aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-03 23:42:40 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-03 23:42:40 +0000
commit2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0 (patch)
tree7e4da0c095a3330476e4e4b09c578f6db2291c53 /doc/configs.md
parentfix(expert): latest version requires --stdio flag #4174 (diff)
downloadnvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar.gz
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar.bz2
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar.lz
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar.xz
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.tar.zst
nvim-lspconfig-2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 31515191..0e21a8ef 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2400,11 +2400,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gaccd392f4d"
+ version = "0.12.0-dev+g130ef73e39"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gaccd392f4d"
+ version = "0.12.0-dev+g130ef73e39"
}
}
```
@@ -4102,7 +4102,7 @@ vim.lsp.enable('expert')
Default config:
- `cmd` :
```lua
- { "expert" }
+ { "expert", "--stdio" }
```
- `filetypes` :
```lua