formatting and comments

This commit is contained in:
Valeriy Filippov
2026-03-11 11:20:38 +03:00
parent 892a7fe416
commit 304a31c1bf
5 changed files with 58 additions and 57 deletions

View File

@@ -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" },
}