aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-22 19:20:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-22 19:20:27 +0000
commit361dd9d5f3f8ae3d8c721f4f2c21847050538b1f (patch)
tree9d7ff641e949b08b414cab5465279e69b31aca37 /doc/configs.md
parentfix(ast_grep): invalid filetypes #4253 (diff)
downloadnvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.gz
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.bz2
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.lz
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.xz
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.tar.zst
nvim-lspconfig-361dd9d5f3f8ae3d8c721f4f2c21847050538b1f.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/configs.md b/doc/configs.md
index b28dc786..19ac1b2e 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -913,7 +913,7 @@ Default config:
```
- `filetypes` :
```lua
- { "bash", "c", "cpp", "csharp", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "javascript.jsx", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "typescript.tsx", "yaml" }
+ { "bash", "c", "cpp", "cs", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "yaml" }
```
- `reuse_client`: [../lsp/ast_grep.lua:12](../lsp/ast_grep.lua#L12)
- `root_markers` :
@@ -2436,11 +2436,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
```
@@ -4873,20 +4873,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g64eb2731da"
+ version = "0.12.0-dev+gb95848a8f1"
}
}
```