autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Fix start_server implementation #1124

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR removes the calls to did_open and did_change inside our start_server implementation as errors from those could be misleading in indicating that the server had failed. Also, the call to did_change I think isn't really necessary since we're already sending the text inside did_open.