diff options
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 6 |
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 |
