Skip to content

Commit 7e67d5e

Browse files
authored
Merge pull request #454 from C-Fergus/master
Add Vim-Plug and Vim8 Native installation help
2 parents d75d959 + c199aa7 commit 7e67d5e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,16 @@ Plugin 'easymotion/vim-easymotion'
356356
NeoBundle 'easymotion/vim-easymotion'
357357
```
358358

359+
### Vim-Plug (https://github.com/junegunn/vim-plug)
360+
```
361+
Plug 'easymotion/vim-easymotion'
362+
```
363+
364+
### Vim8 Native Plugin Manager (https://vimhelp.org/repeat.txt.html#packages)
365+
```
366+
git clone https://github.com/easymotion/vim-easymotion.git ~/.vim/pack/plugins/start/vim-easymotion
367+
```
368+
359369
Minimal Configuration Tutorial
360370
------------------------------
361371
**I recommend configuring and map keys by yourself if you are true Vimmer.**

0 commit comments

Comments
 (0)