aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-13 21:36:37 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-13 21:36:37 +0000
commit81920264a264144bd075f7f48f0c4356fc2c6236 (patch)
tree7cb405d25d437c97893e2142d8b45fd4388ffb5a /doc
parentRevert "feat(biome): add `vim.lsp.config` support" #3718 (diff)
downloadnvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar.gz
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar.bz2
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar.lz
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar.xz
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.tar.zst
nvim-lspconfig-81920264a264144bd075f7f48f0c4356fc2c6236.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-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