From ef96fce99c72ff4b6e9c44ed6b15f8a52e6a7284 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 16 Dec 2025 14:24:31 -0500 Subject: docs #4244 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1da3af4..5993f488 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,9 @@ Most of the time, the reason for failure is present in the logs. ## Commands * `: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 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. ## Contributions -- cgit v1.2.3-70-g09d2