Skip to content

Commit 1f3e72a

Browse files
Add Vim-Plug and Vim8 Native installation help
Vim-Plug is one of the most popular Vim plugin managers by stars on Github, and so should be one of the methods to have its usage described in the installation section. Vim8 has native plugin management, allowing all Vim8 users to use it without installing additional plugins. For this reason a usage method should also be added.
1 parent d75d959 commit 1f3e72a

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 ~/.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)