aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-31 15:26:33 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-03-31 15:26:33 +0000
commit5492a24edd68f78d8a778edcb8905d0a28993abc (patch)
tree44e411bb473f2da24e339a92159c3c22e9305c60
parentdocs: document `vim.pack` as preferred installation method #4364 (diff)
downloadnvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar.gz
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar.bz2
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar.lz
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar.xz
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.tar.zst
nvim-lspconfig-5492a24edd68f78d8a778edcb8905d0a28993abc.zip
docs: update configs.md
skip-checks: true
-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 118fbb73..90cb820e 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2481,11 +2481,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
}
}
```
@@ -4973,20 +4973,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0"
+ version = "0.13.0"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0"
+ version = "0.13.0"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
}
}
```
@@ -11379,7 +11379,7 @@ Default config:
activateSnykIac = "true",
activateSnykOpenSource = "true",
integrationName = "Neovim",
- integrationVersion = "0.12.0",
+ integrationVersion = "0.13.0",
token = vim.NIL,
trustedFolders = {}
}
diff --git a/doc/configs.txt b/doc/configs.txt
index 2a578a56..4200e746 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1626,11 +1626,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -3542,20 +3542,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0"
+ version = "0.13.0"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0"
+ version = "0.13.0"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0"
+ version = "0.13.0"
}
}
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317
@@ -8464,7 +8464,7 @@ Default config:
activateSnykIac = "true",
activateSnykOpenSource = "true",
integrationName = "Neovim",
- integrationVersion = "0.12.0",
+ integrationVersion = "0.13.0",
token = vim.NIL,
trustedFolders = {}
}