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

Commit

Permalink
solid improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 27, 2022
1 parent 338268c commit e036664
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
## About

Neovim plugin that allows you to manage LSP servers (servers are installed inside `:echo stdpath("data")` by default).
`nvim-lsp-installer` 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.
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>

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

Expand Down

0 comments on commit e036664

Please sign in to comment.