mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore: refactor recommended
This commit is contained in:
parent
f9baaa562a
commit
730348b492
1 changed files with 8 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue