chore: refactor recommended

This commit is contained in:
Maksim Sinelnikov 2024-09-09 11:54:50 +05:00
parent f9baaa562a
commit 730348b492

View file

@ -1,8 +1,12 @@
return {
recommended = {
ft = "ss",
root = "package.json",
},
recommended = function()
return LazyVim.extras.wants({
ft = {
"ss",
},
root = { "package.json" },
})
end,
{
"neovim/nvim-lspconfig",
opts = {