From 0d7d33e40f0c27f57cb29654ed78cab17d705e68 Mon Sep 17 00:00:00 2001 From: Olivia Kinnear Date: Tue, 16 Dec 2025 15:58:13 -0600 Subject: fix(docs): rename misleading argument name (#4245) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5993f488..38414b51 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ Most of the time, the reason for failure is present in the logs. * `:LspInfo` (alias to `:checkhealth vim.lsp`) shows the status of active and configured language servers. * `:lsp enable []` (`:LspStart` for Nvim 0.11 or older) Start the requested server name. Will only successfully start if the command detects a root directory matching the current config. -* `:lsp disable []` (`:LspStop` for Nvim 0.11 or older) Stops the given server. Defaults to stopping all servers active on the current buffer. To force stop use `:LspStop!` -* `:lsp restart []` (`:LspRestart` for Nvim 0.11 or older) Restarts the given client, and attempts to reattach to all previously attached buffers. Defaults to restarting all active servers. +* `:lsp disable []` (`:LspStop` for Nvim 0.11 or older) Stops the given server. Defaults to stopping all servers active on the current buffer. To force stop use `:LspStop!` +* `:lsp restart []` (`:LspRestart` for Nvim 0.11 or older) Restarts the given client, and attempts to reattach to all previously attached buffers. Defaults to restarting all active servers. ## Contributions -- cgit v1.2.3-70-g09d2