Add recommended; remove ensure_installed

This commit is contained in:
Harm-Jan Blok 2025-12-24 11:25:25 +01:00
parent fa05865a31
commit 5d8004c2f9
No known key found for this signature in database
GPG key ID: B79D024441664284

View file

@ -5,6 +5,13 @@ vim.filetype.add({
})
return {
recommended = function()
return LazyVim.extras.wants({
ft = "hcl",
root = ".tofu",
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
@ -21,10 +28,6 @@ return {
},
},
},
{
"mason-org/mason.nvim",
opts = { ensure_installed = { "tofu-ls" } },
},
{
"nvimtools/none-ls.nvim",
optional = true,