diff --git a/README.md b/README.md index 8c78e194d..43098c7a8 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ Neovim plugin that allows you to manage LSP servers (servers are installed inside `:echo stdpath("data")` by default). It registers a hook with [`lspconfig`](https://github.com/neovim/nvim-lspconfig) that enhances the `PATH` environment, -allowing neovim's LSP client to locate the installed server executable1/sup>. - -1 - some servers don't provide an executable, in which case the full command to spawn the server is provided instead +allowing neovim's LSP client to locate the installed server executable1. On top of just providing commands for installing & uninstalling LSP servers, it: @@ -31,6 +29,8 @@ On top of just providing commands for installing & uninstalling LSP servers, it: - hosts [a suite of system tests](https://github.com/williamboman/nvim-lspconfig-test) for all supported servers - has full support for Windows +1 - some servers don't provide an executable, in which case the full command to spawn the server is provided instead + ## Screenshots | | | |