fix(twig): use a function in recommended section

This commit is contained in:
tw 2025-01-24 15:54:44 +01:00
parent a21592164b
commit e5d23d7174

View file

@ -1,8 +1,9 @@
return {
recommended = {
ft = "twig",
root = {},
},
recommended = function()
return LazyVim.extras.wants({
ft = "twig",
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "twig" } },