mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 16:46:11 +02:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
5883880321
commit
2010fc6ec0
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user