diff options
| author | Olivia Kinnear <git@superatomic.dev> | 2025-12-16 15:58:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 16:58:13 -0500 |
| commit | 0d7d33e40f0c27f57cb29654ed78cab17d705e68 (patch) | |
| tree | 1f59a44982232886bec24ea5d2e9bcc3eb7c3702 | |
| parent | docs #4244 (diff) | |
| download | nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar.gz nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar.bz2 nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar.lz nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar.xz nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.tar.zst nvim-lspconfig-0d7d33e40f0c27f57cb29654ed78cab17d705e68.zip | |
fix(docs): rename misleading argument name (#4245)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 [<config_name>]` (`: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 [<client_id_or_name>]` (`: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 [<client_id_or_name>]` (`: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 [<config_name>]` (`: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 [<client_name>]` (`: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 |
