diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-02-21 17:33:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-02-21 17:33:30 +0000 |
| commit | 5a855bcfec7973767a1a472335684bbd71d2fa2b (patch) | |
| tree | cfcd10b0eb80238f4c2b24e7c6f5e49b186a3f37 | |
| parent | feat(fsautocomplete): support slnx #432 (diff) | |
| download | nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar.gz nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar.bz2 nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar.lz nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar.xz nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.tar.zst nvim-lspconfig-5a855bcfec7973767a1a472335684bbd71d2fa2b.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 14 | ||||
| -rw-r--r-- | doc/configs.txt | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/configs.md b/doc/configs.md index 238fe628..4a19ed4b 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2475,11 +2475,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" } } ``` @@ -4951,20 +4951,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" } } ``` @@ -11225,7 +11225,7 @@ Default config: activateSnykIac = "true", activateSnykOpenSource = "true", integrationName = "Neovim", - integrationVersion = "0.12.0-dev+g6b4ec2264e", + integrationVersion = "0.12.0-dev+gd79a9dcd42", token = vim.NIL, trustedFolders = {} } diff --git a/doc/configs.txt b/doc/configs.txt index b1b7b65a..ac28a12c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1625,11 +1625,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3527,20 +3527,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g6b4ec2264e" + version = "0.12.0-dev+gd79a9dcd42" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -8340,7 +8340,7 @@ Default config: activateSnykIac = "true", activateSnykOpenSource = "true", integrationName = "Neovim", - integrationVersion = "0.12.0-dev+g6b4ec2264e", + integrationVersion = "0.12.0-dev+gd79a9dcd42", token = vim.NIL, trustedFolders = {} } |
