We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:LanguageClientInstallBinaries
1 parent 03d9fe5 commit ac44234Copy full SHA for ac44234
INSTALL.md
@@ -42,7 +42,15 @@ call dein#add('autozimu/LanguageClient-neovim', {
42
Restart neovim and run `:call dein#install()` to install.
43
44
## Manual
45
-Clone this repo into some place, e.g., `~/.vim-plugins`
+
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`
54
```sh
55
mkdir -p ~/.vim-plugins
56
cd ~/.vim-plugins
0 commit comments