formatting and comments
This commit is contained in:
@@ -1,6 +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' },
|
||||
cmd = { "terraform-ls", "serve" },
|
||||
filetypes = { "terraform", "terraform.vars" },
|
||||
root_markers = { ".terraform", ".git" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user