diff --git a/nvim/.config/nvim/lua/core/languages.lua b/nvim/.config/nvim/lua/core/languages.lua index 62b5bd4..24fdaa3 100644 --- a/nvim/.config/nvim/lua/core/languages.lua +++ b/nvim/.config/nvim/lua/core/languages.lua @@ -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",