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 {
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue