Update root markers for LSP
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
return {
|
||||
cmd = { "terraform-ls", "serve" },
|
||||
filetypes = { "terraform", "terraform.vars" },
|
||||
root_markers = { ".terraform", ".git" },
|
||||
root_markers = { ".terraform" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user