aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-10-21 00:05:18 +0200
committerJustin M. Keyes <justinkz@gmail.com>2025-10-21 00:05:18 +0200
commit33b97f1f2898662ed37dc66acf42aad5f75247e0 (patch)
treecafdf31324ec1916c9709042ad91546c298c0f93
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar.gz
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar.bz2
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar.lz
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar.xz
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.tar.zst
nvim-lspconfig-33b97f1f2898662ed37dc66acf42aad5f75247e0.zip
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
-rw-r--r--README.md2
-rw-r--r--doc/lspconfig.txt4
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 <config_name>` Start the requested server name. Will only successfully start if the command detects a root directory matching the current config.
-* `:LspStop [<client_id_or_name>]` Stops the given server. Defaults to stopping all servers active on the current buffer. To force stop add `++force`
+* `:LspStop [<client_id_or_name>]` Stops the given server. Defaults to stopping all servers active on the current buffer.
* `:LspRestart [<client_id_or_name>]` 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