doc: fix vim.lsp.stop_all_clients doc (#12055)

This commit is contained in:
Hirokazu Hata
2020-04-21 21:51:51 +09:00
committed by GitHub
parent e58a03a68e
commit 2a5d766581

View File

@@ -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?