From 33b97f1f2898662ed37dc66acf42aad5f75247e0 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 21 Oct 2025 00:05:18 +0200 Subject: docs: remove outdated mention of "++force" This option does not actually say what its purpose is, and it likely is no longer relevant. close #4136 --- README.md | 2 +- doc/lspconfig.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6dffcefd..ad41c4e6 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ 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. * `:LspStart ` Start the requested server name. Will only successfully start if the command detects a root directory matching the current config. -* `:LspStop []` Stops the given server. Defaults to stopping all servers active on the current buffer. To force stop add `++force` +* `:LspStop []` Stops the given server. Defaults to stopping all servers active on the current buffer. * `:LspRestart []` Restarts the given client, and attempts to reattach to all previously attached buffers. Defaults to restarting all active servers. ## Contributions diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index e086bfef..fab073b6 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -87,9 +87,7 @@ the current buffer filetype. :LspStop [client_id] or [config_name] *:LspStop* Stops the server with the given client-id or config name. Defaults to -stopping all servers active on the current buffer. To force stop language -servers: >vim - :LspStop ++force +stopping all servers active on the current buffer. :LspRestart [client_id] or [config_name] *:LspRestart* Restarts the client with the given client-id or config name, and attempts -- cgit v1.2.3-70-g09d2