diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-09 10:11:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-09 10:11:01 +0000 |
| commit | 94dda50b2d9a29d0b76562a9027029538840e2d7 (patch) | |
| tree | 51468861e9a520c11ee23bcc3d1f877b77bcc903 | |
| parent | fix(stylelint): update root_file, filetypes #3702 (diff) | |
| download | nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar.gz nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar.bz2 nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar.lz nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar.xz nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.tar.zst nvim-lspconfig-94dda50b2d9a29d0b76562a9027029538840e2d7.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index fb9c96f8..ed886860 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -10716,9 +10716,9 @@ Default config: ``` - `filetypes` : ```lua - { "css", "less", "scss", "sugarss", "vue", "wxss" } + { "astro", "css", "html", "less", "scss", "sugarss", "vue", "wxss" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/stylelint_lsp.lua:17](../lua/lspconfig/configs/stylelint_lsp.lua#L17) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/stylelint_lsp.lua:19](../lua/lspconfig/configs/stylelint_lsp.lua#L19) - `settings` : ```lua {} diff --git a/doc/configs.txt b/doc/configs.txt index f0b63139..d6167f3d 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10064,9 +10064,9 @@ Default config: ``` - `filetypes` : ```lua - { "css", "less", "scss", "sugarss", "vue", "wxss" } + { "astro", "css", "html", "less", "scss", "sugarss", "vue", "wxss" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/stylelint_lsp.lua:17](../lua/lspconfig/configs/stylelint_lsp.lua#L17) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/stylelint_lsp.lua:19](../lua/lspconfig/configs/stylelint_lsp.lua#L19) - `settings` : ```lua {} |
