aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-17 15:47:34 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-17 15:47:34 +0000
commitc4f67bf85b01a57e3c130352c0a0e453ab8cd5b9 (patch)
tree70d65aa0bba8bd8970b9f2e82f3ff03c1be9d060 /doc
parentfix(harper_ls): add `.harper-dictionary.txt` as root marker #4246 (diff)
downloadnvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar.gz
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar.bz2
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar.lz
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar.xz
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.tar.zst
nvim-lspconfig-c4f67bf85b01a57e3c130352c0a0e453ab8cd5b9.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md14
-rw-r--r--doc/configs.txt14
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 56e39cf2..eee36e3b 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2434,11 +2434,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
}
}
```
@@ -4871,20 +4871,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
}
}
```
@@ -5438,7 +5438,7 @@ Default config:
```
- `root_markers` :
```lua
- { ".git" }
+ { ".harper-dictionary.txt", ".git" }
```
---
diff --git a/doc/configs.txt b/doc/configs.txt
index 35dbfb51..fca30afe 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1592,11 +1592,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -3461,20 +3461,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g1d22b05f8d"
+ version = "0.12.0-dev+g0197f13ed4"
}
}
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317
@@ -3900,7 +3900,7 @@ Default config:
- filetypes: >lua
{ "asciidoc", "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" }
- root_markers: >lua
- { ".git" }
+ { ".harper-dictionary.txt", ".git" }
<
------------------------------------------------------------------------------