Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ':LspStopServer' not working when enable native lsp client support (
#1473) When set `let g:lsp_use_native_client = 1` to enable native lsp client support, if call `:LspStopServer` to stop the lsp server, the server stopped but the status still show it as `running` by `:LspStatus`, this patch try to fix this issue.
- Loading branch information