aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-07-19 01:44:07 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-07-19 01:44:07 +0000
commitb47dd48ae0425a623544c944dd722cf3c1d4a7f6 (patch)
tree63039b89469cefd5e3ab22b9ac2c1f0fd2cc709a /doc
parentfeat(biome): use project-local bin if available #3957 (diff)
downloadnvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar.gz
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar.bz2
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar.lz
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar.xz
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.tar.zst
nvim-lspconfig-b47dd48ae0425a623544c944dd722cf3c1d4a7f6.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md5
-rw-r--r--doc/configs.txt3
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index a7eb25d8..50a1f76a 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -1501,10 +1501,7 @@ vim.lsp.enable('biome')
```
Default config:
-- `cmd` :
- ```lua
- { "biome", "lsp-proxy" }
- ```
+- `cmd`: [../lsp/biome.lua:12](../lsp/biome.lua#L12)
- `filetypes` :
```lua
{ "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
diff --git a/doc/configs.txt b/doc/configs.txt
index b9044f93..1e6bc17f 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -889,8 +889,7 @@ Snippet to enable the language server: >lua
Default config:
-- cmd: >lua
- { "biome", "lsp-proxy" }
+- cmd (use "gF" to view): ../lsp/biome.lua:12
- filetypes: >lua
{ "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
- root_dir (use "gF" to view): ../lsp/biome.lua:12