diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-30 07:00:38 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-30 07:00:38 +0000 |
| commit | 902e0f5f4819386602c84e223979311c6022c310 (patch) | |
| tree | 0dcce630ac3587819137f76ebccefb257ad12594 | |
| parent | fix(biome): avoid false-positive root_dir matches #4261 (diff) | |
| download | nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar.gz nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar.bz2 nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar.lz nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar.xz nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.tar.zst nvim-lspconfig-902e0f5f4819386602c84e223979311c6022c310.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 12 | ||||
| -rw-r--r-- | doc/configs.txt | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/configs.md b/doc/configs.md index 70cbae77..a2e4d2a1 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2436,11 +2436,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" } } ``` @@ -4873,20 +4873,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 15b8344d..74d341b8 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1592,11 +1592,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3461,20 +3461,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g1cde71233f" + version = "0.12.0-dev+g03377b9552" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 |
