prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

Fix ':LspStopServer' not working when enable native lsp client support #1473

Closed zbinlin closed 1 year ago

zbinlin commented 1 year ago

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.

pusewicz commented 1 year ago

Ping @mattn, @prabirshrestha, @hrsh7th or @rhysd.

prabirshrestha commented 1 year ago

Merged. Thanks!