Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
more solid improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 27, 2022
1 parent e036664 commit f57aaca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 executable<sup>1/sup>.

<sup>1 - some servers don't provide an executable, in which case the full command to spawn the server is provided instead</sup>
allowing neovim's LSP client to locate the installed server executable<sup>1</sup>.

On top of just providing commands for installing & uninstalling LSP servers, it:

Expand All @@ -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 <img src="https://user-images.githubusercontent.com/6705160/131256603-cacf7f66-dfa9-4515-8ae4-0e42d08cfc6a.png" height="20">

<sup>1 - some servers don't provide an executable, in which case the full command to spawn the server is provided instead</sup>

## Screenshots

| | | |
Expand Down

0 comments on commit f57aaca

Please sign in to comment.