From 77d3fdfb3554632c7a3b101ded643d422de7626f Mon Sep 17 00:00:00 2001 From: Markus Koller Date: Tue, 10 Jun 2025 16:14:18 +0200 Subject: fix: support :LspRestart without arguments #3895 Problem: After the refactoring in e4d1c8b for Neovim 0.11.2 this command now requires an argument. Solution: Restore the previous behaviour where `:LspRestart` defaults to restarting all active servers. --- doc/lspconfig.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index 8698b69b..b63a00f5 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -93,7 +93,8 @@ servers: >vim :LspRestart [client_id] or [config_name] ... *:LspRestart* Restarts the clients with the given client-ids or config names, and attempts -to reattach to all previously attached buffers. +to reattach to all previously attached buffers. Defaults to restarting all +active servers. ============================================================================== SERVER CONFIGS *lspconfig-configurations* -- cgit v1.2.3-70-g09d2