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
0b52385cbd
commit
5a82e10b2d
@ -2310,7 +2310,7 @@ Default config:
|
||||
```
|
||||
- `filetypes` :
|
||||
```lua
|
||||
{ "c", "css", "gitcommit", "go", "haskell", "html", "java", "javascript", "javascriptreact", "lua", "markdown", "php", "python", "ruby", "rust", "toml", "text", "typescript", "typescriptreact" }
|
||||
{ "c", "css", "gitcommit", "go", "haskell", "html", "java", "javascript", "javascriptreact", "lua", "markdown", "php", "python", "ruby", "rust", "swift", "toml", "text", "typescript", "typescriptreact", "zig" }
|
||||
```
|
||||
- `root_markers` :
|
||||
```lua
|
||||
@ -2437,11 +2437,11 @@ Default config:
|
||||
{
|
||||
editorInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
editorPluginInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
}
|
||||
}
|
||||
```
|
||||
@ -4874,20 +4874,20 @@ Default config:
|
||||
{
|
||||
editorInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
editorPluginInfo = {
|
||||
name = "Neovim LSP",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
extension = {
|
||||
name = "Neovim LSP Client",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
ide = {
|
||||
name = "Neovim",
|
||||
vendor = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -1488,7 +1488,7 @@ Default config:
|
||||
- cmd: >lua
|
||||
{ "codebook-lsp", "serve" }
|
||||
- filetypes: >lua
|
||||
{ "c", "css", "gitcommit", "go", "haskell", "html", "java", "javascript", "javascriptreact", "lua", "markdown", "php", "python", "ruby", "rust", "toml", "text", "typescript", "typescriptreact" }
|
||||
{ "c", "css", "gitcommit", "go", "haskell", "html", "java", "javascript", "javascriptreact", "lua", "markdown", "php", "python", "ruby", "rust", "swift", "toml", "text", "typescript", "typescriptreact", "zig" }
|
||||
- root_markers: >lua
|
||||
{ ".git", "codebook.toml", ".codebook.toml" }
|
||||
<
|
||||
@ -1592,11 +1592,11 @@ Default config:
|
||||
{
|
||||
editorInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
editorPluginInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
}
|
||||
}
|
||||
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
|
||||
@ -3461,20 +3461,20 @@ Default config:
|
||||
{
|
||||
editorInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
editorPluginInfo = {
|
||||
name = "Neovim LSP",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
extension = {
|
||||
name = "Neovim LSP Client",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
},
|
||||
ide = {
|
||||
name = "Neovim",
|
||||
vendor = "Neovim",
|
||||
version = "0.12.0-dev+g715015d3b2"
|
||||
version = "0.12.0-dev+gdd6ed20272"
|
||||
}
|
||||
}
|
||||
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user