Skip to content

Commit ac44234

Browse files
committed
Document installation process with :LanguageClientInstallBinaries
1 parent 03d9fe5 commit ac44234

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

INSTALL.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ call dein#add('autozimu/LanguageClient-neovim', {
4242
Restart neovim and run `:call dein#install()` to install.
4343

4444
## Manual
45-
Clone this repo into some place, e.g., `~/.vim-plugins`
45+
46+
For Vim 8+
47+
```sh
48+
mkdir -p ~/.vim/pack/plugins/start
49+
git clone https://github.com/autozimu/LanguageClient-neovim.git ~/.vim/pack/plugins/start/LanguageClient
50+
```
51+
Then use `:LanguageClientInstallBinaries` to download `languageclient`.
52+
53+
For other versions, clone this repo into some place, e.g., `~/.vim-plugins`
4654
```sh
4755
mkdir -p ~/.vim-plugins
4856
cd ~/.vim-plugins

0 commit comments

Comments
 (0)