diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-18 12:23:58 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-18 12:23:58 +0000 |
| commit | 9276b82935bf6b951d08c864eb5ac3f85d6b743b (patch) | |
| tree | bc209fbfed491b9a4484ebc7bca1c41be265db1f /doc | |
| parent | feat(biome): add `html` as filetype (#3913) (diff) | |
| download | nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar.gz nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar.bz2 nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar.lz nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar.xz nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.tar.zst nvim-lspconfig-9276b82935bf6b951d08c864eb5ac3f85d6b743b.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 6c6d4e64..26629fe6 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1505,7 +1505,7 @@ Default config: ``` - `filetypes` : ```lua - { "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } + { "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } ``` - `root_dir`: [../lsp/biome.lua:12](../lsp/biome.lua#L12) - `workspace_required` : `true` diff --git a/doc/configs.txt b/doc/configs.txt index 1577e20a..3030e2d7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -892,7 +892,7 @@ Default config: - cmd: >lua { "biome", "lsp-proxy" } - filetypes: >lua - { "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } + { "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" } - root_dir (use "gF" to view): ../lsp/biome.lua:12 - `workspace_required` : `true` < |
