diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-02 21:49:33 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-02 21:49:33 +0000 |
| commit | b8c3630ce37dfbe51910b68785a71620b072c41a (patch) | |
| tree | c2742a35c5e97c8d12e06c8ae00b50279d5fde4e | |
| parent | docs(neocmake): update repository URL #4110 (diff) | |
| download | nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar.gz nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar.bz2 nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar.lz nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar.xz nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.tar.zst nvim-lspconfig-b8c3630ce37dfbe51910b68785a71620b072c41a.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index 081c719d..0693efeb 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2408,11 +2408,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g35fc4fda99" + version = "0.12.0-dev+g28ccebd138" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g35fc4fda99" + version = "0.12.0-dev+g28ccebd138" } } ``` @@ -7545,7 +7545,7 @@ Default config: ## neocmake -https://github.com/Decodetalkers/neocmakelsp +https://github.com/neocmakelsp/neocmakelsp CMake LSP Implementation diff --git a/doc/configs.txt b/doc/configs.txt index 0068aa26..eba462ac 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1569,11 +1569,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g35fc4fda99" + version = "0.12.0-dev+g28ccebd138" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g35fc4fda99" + version = "0.12.0-dev+g28ccebd138" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 @@ -5496,7 +5496,7 @@ Default config: ------------------------------------------------------------------------------ neocmake -https://github.com/Decodetalkers/neocmakelsp +https://github.com/neocmakelsp/neocmakelsp CMake LSP Implementation |
