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 {
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = {
|
||||
"ss",
|
||||
},
|
||||
ft = { "ss" },
|
||||
root = { "package.json" },
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue