LanguageClient-neovim for FreeBSD

Fangrui Song 2018-11-16 22:59:39 -08:00
parent 7e163d2661
commit a0368a21c4

@ -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