autozimu / LanguageClient-neovim

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

Refactor cosebase for better testability #1190

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR refactors the codebase to use an RpcClient trait instead of relying on a concrete type to enable better testability.