mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore: refactor codestyle
This commit is contained in:
parent
730348b492
commit
87b5c5d567
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
return {
|
return {
|
||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
ft = {
|
ft = { "ss" },
|
||||||
"ss",
|
|
||||||
},
|
|
||||||
root = { "package.json" },
|
root = { "package.json" },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue