docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-01-08 00:37:23 +00:00
parent 0b52385cbd
commit 5a82e10b2d
2 changed files with 14 additions and 14 deletions

View File

@ -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"
}
}
```

View File

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