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 929cf4c commit 79b059cCopy full SHA for 79b059c
INSTALL.md
@@ -64,21 +64,14 @@ Restart neovim and run `:call dein#install()` to install.
64
65
## Manual
66
67
-Clone this repo into some place, e.g., `~/.vim-plugins`
+Clone this repo into `vim` plugin dir.
68
69
```sh
70
-mkdir -p ~/.vim-plugins
71
-cd ~/.vim-plugins
+mkdir -p ~/.vim/pack/git-plugins/start
+cd ~/.vim/pack/git-plugins/start
72
git clone --depth 1 https://github.com/autozimu/LanguageClient-neovim.git
73
-cd LanguageClient-neovim
74
-bash install.sh
75
-```
76
-
77
-Add this plugin to vim/neovim `runtimepath`,
78
79
-```vim
80
-set runtimepath+=~/.vim-plugins/LanguageClient-neovim
81
```
+Then use `:LanguageClientInstallBinaries` to download `languageclient`.
82
83
# Install language servers
84
0 commit comments