diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-06 15:35:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-03-06 15:35:57 +0000 |
| commit | 2163c54bb6cfec53e3e555665ada945b8c8331b9 (patch) | |
| tree | c1afd8d5e8217f0ff5dbf5122b186d30af925fe7 | |
| parent | fix(rust_analyzer): pass environment in rust-analyzer.runSingle #4333 (diff) | |
| download | nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar.gz nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar.bz2 nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar.lz nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar.xz nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.tar.zst nvim-lspconfig-2163c54bb6cfec53e3e555665ada945b8c8331b9.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 188830eb..4769913a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2478,11 +2478,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" } } ``` @@ -4970,20 +4970,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" } } ``` @@ -11339,7 +11339,7 @@ Default config: activateSnykIac = "true", activateSnykOpenSource = "true", integrationName = "Neovim", - integrationVersion = "0.12.0-dev+g5048d9aa2a", + integrationVersion = "0.12.0-dev+g2015f19f1b", token = vim.NIL, trustedFolders = {} } diff --git a/doc/configs.txt b/doc/configs.txt index e118c70d..6311aa2c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1626,11 +1626,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3542,20 +3542,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g5048d9aa2a" + version = "0.12.0-dev+g2015f19f1b" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -8434,7 +8434,7 @@ Default config: activateSnykIac = "true", activateSnykOpenSource = "true", integrationName = "Neovim", - integrationVersion = "0.12.0-dev+g5048d9aa2a", + integrationVersion = "0.12.0-dev+g2015f19f1b", token = vim.NIL, trustedFolders = {} } |
