test 0.12.1 config
This commit is contained in:
6
nvim-old/.config/nvim/lsp/terraform.lua
Normal file
6
nvim-old/.config/nvim/lsp/terraform.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
cmd = { "terraform-ls", "serve" },
|
||||
root_markers = { ".terraform.lock", "backend.tf" },
|
||||
filetypes = { "terraform", "tf" },
|
||||
settings = {},
|
||||
}
|
||||
Reference in New Issue
Block a user