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

Commit

Permalink
docs: ok final.v3 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 27, 2022
1 parent 01028dc commit 1505eb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
## About

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>.
It works in tandem with [`lspconfig`](https://github.com/neovim/nvim-lspconfig)<sup>1</sup> by registering a hook that
enhances the `PATH` environment variable, allowing neovim's LSP client to locate the installed server executable.<sup>2</sup>

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

Expand All @@ -29,7 +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>
<sup>1 - while lspconfig is the main target, this plugin may also be used for other use cases</sup>
<sup>2 - 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 1505eb5

Please sign in to comment.