[chore] aliases, and remove json-lsp

This commit is contained in:
2026-03-30 17:01:24 -04:00
parent d24dacb952
commit 3283ce0ed1
2 changed files with 25 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ return {
go = { "goimports", "gofumpt" },
xml = { "lemminx" },
ruby = { "standardrb" },
json = { "biome", "json-lsp" },
json = { "biome" },
css = { "biome" },
javascript = { "biome" },
sql = { "pg_format" },