fix(terraform): optimize list of root_markers
This commit is contained in:
parent
60a8a057a5
commit
b08d663fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { "terraform-ls", "serve" },
|
||||
root_markers = { "go.work", "go.mod", ".git" },
|
||||
root_markers = { ".terraform", ".terraform.lock.hcl", ".git" },
|
||||
filetypes = { "terraform" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue