prabirshrestha / vim-lsp

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

doc: Document actual LspStopServer behavior #1490

Closed ilya-bobyr closed 1 year ago

ilya-bobyr commented 1 year ago

Actual behavior was slightly different from the documented one.

mattn commented 1 year ago

Thank you

ilya-bobyr commented 1 year ago

Thank you

Absolutely. Thank you for maintaining this awesome plugin!

I actually wanted to make a small improvement to LspStopServer: https://github.com/prabirshrestha/vim-lsp/pull/1491 Still need to check it locally. But would appreciate any feedback.