Skip to content

Commit 9a0be48

Browse files
committed
Simplify manual install instructions
1 parent a42594c commit 9a0be48

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

INSTALL.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,16 @@ 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
7373
cd LanguageClient-neovim
7474
bash install.sh
7575
```
7676

77-
Add this plugin to vim/neovim `runtimepath`,
78-
79-
```vim
80-
set runtimepath+=~/.vim-plugins/LanguageClient-neovim
81-
```
82-
8377
# Install language servers
8478

8579
Install language servers if corresponding language servers are not available

0 commit comments

Comments
 (0)