From e036664ba5c5025e8b8e45e0d357649588001c18 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 27 Apr 2022 13:58:48 +0200 Subject: [PATCH] solid improvements --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8bd3085..8c78e194d 100644 --- a/README.md +++ b/README.md @@ -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 executable1/sup>. + +1 - some servers don't provide an executable, in which case the full command to spawn the server is provided instead On top of just providing commands for installing & uninstalling LSP servers, it: