nvim: Create terraform language setup
This commit is contained in:
parent
7da85801b4
commit
6b40d1eadf
1 changed files with 1 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ local languages = {
|
|||
sh = { lint = { sh = { "shellcheck" } }, format = { sh = { "shellharden", "shfmt" } } },
|
||||
sql = { format = { sql = { "sleek" } } },
|
||||
svelte = { lint = { svelte = { "eslint_d" } }, format = { svelte = { "prettier" } } },
|
||||
terraform = { lint = { terraform = { "tflint" } }, lsp = { tofu_ls = {} }, format = { terraform = { "tofu_fmt" } } },
|
||||
toml = { lsp = { taplo = {} }, ts = { "toml" } },
|
||||
typescript = {
|
||||
lsp = { ts_ls = {} },
|
||||
|
|
@ -356,7 +357,6 @@ local languages = {
|
|||
"teal",
|
||||
"templ",
|
||||
"tera",
|
||||
"terraform",
|
||||
"textproto",
|
||||
"thrift",
|
||||
"tiger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue