diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-23 14:01:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-23 14:01:27 +0000 |
| commit | 4af5074ad2228aafb79f8b153c8b87243921b60c (patch) | |
| tree | f4aab5926645e9f98972759b171d37917632af81 /doc/configs.txt | |
| parent | feat: force-stop server with :LspStop! (bang) #4140 (diff) | |
| download | nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar.gz nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar.bz2 nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar.lz nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar.xz nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.tar.zst nvim-lspconfig-4af5074ad2228aafb79f8b153c8b87243921b60c.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index 058ca53e..1052485b 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gcf48741227" + version = "0.12.0-dev+gaf0f7b59b1" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gcf48741227" + version = "0.12.0-dev+gaf0f7b59b1" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 |
