Add neovim config
This commit is contained in:
6
nvim/lsp/terraformls.lua
Normal file
6
nvim/lsp/terraformls.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/lsp/terraformls.lua
|
||||
return {
|
||||
cmd = { 'terraform-ls', 'serve' },
|
||||
filetypes = { 'terraform', 'terraform.vars' },
|
||||
root_markers = { '.terraform', '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user