autozimu / LanguageClient-neovim

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

Fix tests and update toolchain to latest release #1203

Closed martskins closed 3 years ago

martskins commented 3 years ago

Changes the integration tests to use gopls instead of rust-analyzer purely because gopls takes less time to start and has less of a chance of causing race conditions on our test assertions.