diff options
| author | leaked memory <o.lohan.yrvine@gmail.com> | 2024-10-14 12:07:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 08:07:04 -0700 |
| commit | 0bf8acea97db0051b83156b5ccf4d5a938a5f20c (patch) | |
| tree | 0038804d4f2e1a99fb1583b0923a11e6a5aa394e /lua | |
| parent | fix: command LspStop can receive server name (#3367) (diff) | |
| download | nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar.gz nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar.bz2 nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar.lz nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar.xz nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.tar.zst nvim-lspconfig-0bf8acea97db0051b83156b5ccf4d5a938a5f20c.zip | |
fix(biome): remove 'css' duplicate #3372
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/biome.lua | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lua/lspconfig/configs/biome.lua b/lua/lspconfig/configs/biome.lua index 79f38ae9..82923bfd 100644 --- a/lua/lspconfig/configs/biome.lua +++ b/lua/lspconfig/configs/biome.lua @@ -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, |
