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 { return {
recommended = { recommended = function()
ft = "ss", return LazyVim.extras.wants({
root = "package.json", ft = {
}, "ss",
},
root = { "package.json" },
})
end,
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {