Skip to content

Commit

Permalink
fix(biome): remove 'css' duplicate neovim#3372
Browse files Browse the repository at this point in the history
  • Loading branch information
leakedmemory authored Oct 14, 2024
1 parent b1de227 commit 0bf8ace
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/lspconfig/configs/biome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ return {
default_config = {
cmd = { 'biome', 'lsp-proxy' },
filetypes = {
'astro',
'css',
'graphql',
'javascript',
'javascriptreact',
'json',
'jsonc',
'svelte',
'typescript',
'typescript.tsx',
'typescriptreact',
'graphql',
'css',
'astro',
'svelte',
'vue',
'css',
},
root_dir = util.root_pattern('biome.json', 'biome.jsonc'),
single_file_support = false,
Expand Down

0 comments on commit 0bf8ace

Please sign in to comment.