diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-10-21 00:05:18 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2025-10-21 00:05:18 +0200 |
| commit | 33b97f1f2898662ed37dc66acf42aad5f75247e0 (patch) | |
| tree | cafdf31324ec1916c9709042ad91546c298c0f93 | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | doc/lspconfig.txt | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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 |
