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" } } },
|
sh = { lint = { sh = { "shellcheck" } }, format = { sh = { "shellharden", "shfmt" } } },
|
||||||
sql = { format = { sql = { "sleek" } } },
|
sql = { format = { sql = { "sleek" } } },
|
||||||
svelte = { lint = { svelte = { "eslint_d" } }, format = { svelte = { "prettier" } } },
|
svelte = { lint = { svelte = { "eslint_d" } }, format = { svelte = { "prettier" } } },
|
||||||
|
terraform = { lint = { terraform = { "tflint" } }, lsp = { tofu_ls = {} }, format = { terraform = { "tofu_fmt" } } },
|
||||||
toml = { lsp = { taplo = {} }, ts = { "toml" } },
|
toml = { lsp = { taplo = {} }, ts = { "toml" } },
|
||||||
typescript = {
|
typescript = {
|
||||||
lsp = { ts_ls = {} },
|
lsp = { ts_ls = {} },
|
||||||
|
|
@ -356,7 +357,6 @@ local languages = {
|
||||||
"teal",
|
"teal",
|
||||||
"templ",
|
"templ",
|
||||||
"tera",
|
"tera",
|
||||||
"terraform",
|
|
||||||
"textproto",
|
"textproto",
|
||||||
"thrift",
|
"thrift",
|
||||||
"tiger",
|
"tiger",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue