diff options
| -rw-r--r-- | doc/lspconfig.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index e92b1879..e32fcd6c 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -2,7 +2,8 @@ 1. nvim-lspconfig *lspconfig-nvim-lspconfig* -A collection of common configurations for Neovim's built-in [language server client](https://neovim.io/doc/user/lsp.html). +A [collection of common configurations](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md) +for Neovim's built-in [language server client](https://neovim.io/doc/user/lsp.html). This repo handles automatically launching and initializing language servers that are installed on your system. ============================================================================== |
