diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,7 @@ On top of just providing commands for installing & uninstalling LSP servers, it: - supports installing custom versions of LSP servers (for example `:LspInstall rust_analyzer@nightly`) - common install tasks are abstracted behind composable Lua APIs (has direct integration with libuv via vim.loop) - minimum requirements are relaxed by attempting multiple different utilities (for example, only one of `wget`, `curl`, or `Invoke-WebRequest` is required for HTTP requests) +- hosts [a suite of system tests](https://github.com/williamboman/nvim-lspconfig-test) for all supported servers - <img src="https://user-images.githubusercontent.com/6705160/131256603-cacf7f66-dfa9-4515-8ae4-0e42d08cfc6a.png" height="20"> full support for Windows ## Installation @@ -246,7 +247,6 @@ Illustrations in the logo are derived from [@Kaligule](https://schauderbasis.de/ ## Roadmap - Command (and corresponding Lua API) to update outdated servers (e.g., `:LspUpdateAll`) -- Cross-platform CI for all server installers ## Default configuration |
