docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2025-11-03 23:42:40 +00:00
parent 5883880321
commit 2010fc6ec0
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1571,11 +1571,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"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@ -2871,7 +2871,7 @@ Snippet to enable the language server: >lua
Default config:
- cmd: >lua
{ "expert" }
{ "expert", "--stdio" }
- filetypes: >lua
{ "elixir", "eelixir", "heex", "surface" }
- root_dir (use "gF" to view): ../lsp/expert.lua:13