Use Biome for CSS language tooling
This commit is contained in:
@@ -41,7 +41,7 @@ function M.get()
|
||||
{ ft = 'lua', lsp = 'lua-language-server', lint = 'luacheck', format = 'stylua' },
|
||||
{ ft = { 'json', 'jsonc' }, ts = 'json', lsp = 'biome', format = 'biome' },
|
||||
{ ft = 'html', lsp = 'html-lsp' },
|
||||
{ ft = 'css', lsp = { 'css-lsp', 'tailwindcss-language-server' } },
|
||||
{ ft = 'css', lsp = 'biome', format = 'biome' },
|
||||
{
|
||||
ft = { 'javascript', 'typescript', 'javascriptreact', 'typescriptreact' },
|
||||
ts = { 'javascript', 'typescript', 'tsx' },
|
||||
|
||||
Reference in New Issue
Block a user