Update root markers for LSP

This commit is contained in:
Valeriy Filippov
2026-03-11 11:53:28 +03:00
parent 7ee242ab9a
commit bfffd20873
2 changed files with 5 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
return {
cmd = { "terraform-ls", "serve" },
filetypes = { "terraform", "terraform.vars" },
root_markers = { ".terraform", ".git" },
root_markers = { ".terraform" },
}