mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(terraform): ensure tflint is installed
This commit is contained in:
parent
879e29504d
commit
4e26f95e50
1 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
-- ensure terraform tools are installed
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "tflint" })
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvimtools/none-ls.nvim",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue