autozimu / LanguageClient-neovim

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

Refactor lsp module into smaller modules for readability #1207

Closed martskins closed 3 years ago

martskins commented 3 years ago

Just moving things around a little for better visibility off what's implemented, what is part of the protocol and what isn't, etc.