diff --git a/LanguageClient-neovim.md b/LanguageClient-neovim.md index 4cdaf1c..cffa8c3 100644 --- a/LanguageClient-neovim.md +++ b/LanguageClient-neovim.md @@ -1,6 +1,13 @@ 1. See [[Getting started]] to build the `ccls` executable 2. Install [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) - You may use the plugin manager [vim-plug](https://github.com/junegunn/vim-plug#unix-1) + +### Install LanguageClient-neovim + +* Check out the `next` branch +* Systems with prebuilt: `./install.sh` +* Others (e.g. FreeBSD): install rustup, `make release` (to get `bin/languageclient`) + +You may use the plugin manager [vim-plug](https://github.com/junegunn/vim-plug#unix-1) LanguageClient-neovim