aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lspconfig.txt
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-10-15 18:05:26 +0800
committerGitHub <noreply@github.com>2024-10-15 18:05:26 +0800
commit7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e (patch)
tree7c6ca33f6e4643630b3ed369243a236223736442 /doc/lspconfig.txt
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar.gz
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar.bz2
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar.lz
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar.xz
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.tar.zst
nvim-lspconfig-7be9986a4a4d7c9faddeeb9e80bafc9d3547e32e.zip
docs: add requirement of a new server (#3368)
* docs: add requirement of a new server Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'doc/lspconfig.txt')
-rw-r--r--doc/lspconfig.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt
index 0ba19021..553d7362 100644
--- a/doc/lspconfig.txt
+++ b/doc/lspconfig.txt
@@ -382,9 +382,9 @@ Launches the requested (configured) client, but only if it successfully
resolves a root directory. Note: Defaults to all configured servers matching
the current buffer filetype.
-:LspStop [client_id] *:LspStop*
-Stops the server with the given client id. Defaults to stopping all servers
-active on the current buffer. To force stop a language server: >
+: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 a language server: >
:LspStop <client_id> ++force
:LspRestart [client_id] *:LspRestart*