chore: refactor codestyle

This commit is contained in:
Maksim Sinelnikov 2024-09-09 12:04:57 +05:00
parent 730348b492
commit 87b5c5d567

View file

@ -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,