Skip to content

Commit 79b059c

Browse files
committed
Document installation process with :LanguageClientInstallBinaries
1 parent 929cf4c commit 79b059c

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

INSTALL.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,14 @@ Restart neovim and run `:call dein#install()` to install.
6464

6565
## Manual
6666

67-
Clone this repo into some place, e.g., `~/.vim-plugins`
67+
Clone this repo into `vim` plugin dir.
6868

6969
```sh
70-
mkdir -p ~/.vim-plugins
71-
cd ~/.vim-plugins
70+
mkdir -p ~/.vim/pack/git-plugins/start
71+
cd ~/.vim/pack/git-plugins/start
7272
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
8173
```
74+
Then use `:LanguageClientInstallBinaries` to download `languageclient`.
8275

8376
# Install language servers
8477

0 commit comments

Comments
 (0)