Skip to content

Commit

Permalink
Merge pull request easymotion#454 from C-Fergus/master
Browse files Browse the repository at this point in the history
Add Vim-Plug and Vim8 Native installation help
  • Loading branch information
haya14busa authored Apr 4, 2022
2 parents d75d959 + c199aa7 commit 7e67d5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,16 @@ Plugin 'easymotion/vim-easymotion'
NeoBundle 'easymotion/vim-easymotion'
```

### Vim-Plug (https://github.com/junegunn/vim-plug)
```
Plug 'easymotion/vim-easymotion'
```

### Vim8 Native Plugin Manager (https://vimhelp.org/repeat.txt.html#packages)
```
git clone https://github.com/easymotion/vim-easymotion.git ~/.vim/pack/plugins/start/vim-easymotion
```

Minimal Configuration Tutorial
------------------------------
**I recommend configuring and map keys by yourself if you are true Vimmer.**
Expand Down

0 comments on commit 7e67d5e

Please sign in to comment.