mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
doc: fix vim.lsp.stop_all_clients doc (#12055)
This commit is contained in:
@@ -64,7 +64,7 @@ FAQ *lsp-faq*
|
||||
- Q: How to force-reload LSP?
|
||||
A: Stop all clients, then reload the buffer. >
|
||||
|
||||
:lua vim.lsp.stop_all_clients()
|
||||
:lua vim.lsp.stop_client(vim.lsp.get_active_clients())
|
||||
:edit
|
||||
|
||||
- Q: Why isn't completion working?
|
||||
|
Reference in New Issue
Block a user