aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-21 21:51:08 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-21 21:51:08 +0000
commit6c9dd06622aa24fb6fef2c949d866bbe6d4e4026 (patch)
tree8d6f82a41855353c75dbf30eff432753d34b0527 /doc/configs.md
parentfix(neocmake): use subcommand instead of flag #4208 (diff)
downloadnvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.gz
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.bz2
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.lz
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.xz
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.zst
nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.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 e67f1ab0..1b7e675b 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2403,11 +2403,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
}
}
```
@@ -4846,20 +4846,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+ge0308dc147"
+ version = "0.12.0-dev+g7be031f397"
}
}
```
@@ -7672,7 +7672,7 @@ vim.lsp.enable('neocmake')
Default config:
- `cmd` :
```lua
- { "neocmakelsp", "--stdio" }
+ { "neocmakelsp", "stdio" }
```
- `filetypes` :
```lua