aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md34
-rw-r--r--doc/configs.txt32
2 files changed, 2 insertions, 64 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 739d8e90..e45be040 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -28,7 +28,6 @@ Nvim by running `:help lspconfig-all`.
- [bazelrc_lsp](#bazelrc_lsp)
- [beancount](#beancount)
- [bicep](#bicep)
-- [biome](#biome)
- [bitbake_language_server](#bitbake_language_server)
- [blueprint_ls](#blueprint_ls)
- [bqls](#bqls)
@@ -779,7 +778,7 @@ Default config:
```
- `filetypes` :
```lua
- { "c", "cpp", "rust", "go", "java", "python", "javascript", "typescript", "html", "css", "kotlin", "dart", "lua" }
+ { "c", "cpp", "rust", "go", "java", "python", "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html", "css", "kotlin", "dart", "lua" }
```
- `root_markers` :
```lua
@@ -1373,37 +1372,6 @@ Default config:
---
-## biome
-
-https://biomejs.dev
-
-Toolchain of the web. [Successor of Rome](https://biomejs.dev/blog/annoucing-biome).
-
-```sh
-npm install [-g] @biomejs/biome
-```
-
-Snippet to enable the language server:
-```lua
-require'lspconfig'.biome.setup{}
-```
-
-Default config:
-- `cmd` :
- ```lua
- { "biome", "lsp-proxy" }
- ```
-- `filetypes` :
- ```lua
- { "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
- ```
-- `root_markers` :
- ```lua
- { "biome.json", "biome.jsonc" }
- ```
-
----
-
## bitbake_language_server
🛠️ bitbake language server
diff --git a/doc/configs.txt b/doc/configs.txt
index 8c88cbd6..8c1e2c14 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -440,7 +440,7 @@ Default config:
```
- `filetypes` :
```lua
- { "c", "cpp", "rust", "go", "java", "python", "javascript", "typescript", "html", "css", "kotlin", "dart", "lua" }
+ { "c", "cpp", "rust", "go", "java", "python", "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html", "css", "kotlin", "dart", "lua" }
```
- `root_markers` :
```lua
@@ -1021,36 +1021,6 @@ Default config:
------------------------------------------------------------------------------
-biome
-
-https://biomejs.dev
-
-Toolchain of the web. [Successor of Rome](https://biomejs.dev/blog/annoucing-biome).
-
-```sh
-npm install [-g] @biomejs/biome
-```
-
-Snippet to enable the language server: >lua
- vim.lsp.enable('biome')
-
-
-Default config:
-- `cmd` :
- ```lua
- { "biome", "lsp-proxy" }
- ```
-- `filetypes` :
- ```lua
- { "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
- ```
-- `root_markers` :
- ```lua
- { "biome.json", "biome.jsonc" }
- ```
-
-
-------------------------------------------------------------------------------
bitbake_language_server
🛠️ bitbake language server