mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add recommended; remove ensure_installed
This commit is contained in:
parent
fa05865a31
commit
5d8004c2f9
1 changed files with 7 additions and 4 deletions
|
|
@ -5,6 +5,13 @@ vim.filetype.add({
|
||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
recommended = function()
|
||||||
|
return LazyVim.extras.wants({
|
||||||
|
ft = "hcl",
|
||||||
|
root = ".tofu",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
|
@ -21,10 +28,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"mason-org/mason.nvim",
|
|
||||||
opts = { ensure_installed = { "tofu-ls" } },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"nvimtools/none-ls.nvim",
|
"nvimtools/none-ls.nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue