add biome and two lsp at once

This commit is contained in:
2026-05-28 02:03:38 +03:00
parent 2c52feaeaa
commit b3fad1fd25
4 changed files with 121 additions and 7 deletions

View File

@@ -39,14 +39,14 @@ function M.get()
{ ft = 'markdown', ts = { 'markdown', 'markdown_inline' }, format = 'prettier' },
{ ft = 'bash', lsp = 'bash-language-server', lint = 'shellcheck', format = 'shfmt' },
{ ft = 'lua', lsp = 'lua-language-server', lint = 'luacheck', format = 'stylua' },
{ ft = { 'json', 'jsonc' }, lsp = 'json-lsp' },
{ ft = { 'json', 'jsonc' }, lsp = 'biome', format = 'biome' },
{ ft = 'html', lsp = 'html-lsp' },
{ ft = 'css', lsp = { 'css-lsp', 'tailwindcss-language-server' } },
{
ft = { 'javascript', 'typescript', 'javascriptreact', 'typescriptreact' },
ts = { 'javascript', 'typescript', 'tsx' },
lsp = { 'vtsls', 'eslint-lsp' },
format = { 'prettierd', 'prettier' },
lsp = { 'vtsls', 'biome' },
format = 'biome',
},
}
end