From 23c72d4da3656af72aba5950e5ad7c85dbca71f2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 7 Dec 2022 20:21:21 +0800 Subject: feat: support force stop language server (#2294) * feat: support force stop language server * feat: use vim syntax * feat: update doc --- doc/lspconfig.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/lspconfig.txt') diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index 8144b708..5a387a97 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -467,7 +467,8 @@ contained in `:LspInfo`: if it successfully resolves a root directory. Note: Defaults to all configured servers matching the current buffer filetype. - `:LspStop ` stops the server with the given client id. Defaults to - stopping all servers active on the current buffer. + stopping all servers active on the current buffer. if you want to force stop + a language server you can do it like `:LspStop ++force` - `:LspRestart ` restarts the client with the given client id, and will attempt to reattach to all previously attached buffers. -- cgit v1.2.3-70-g09d2