diff options
| -rw-r--r-- | doc/configs.md | 5 | ||||
| -rw-r--r-- | doc/configs.txt | 3 |
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 |
