Skip to content

Commit

Permalink
add installation instructions for vim-plug
Browse files Browse the repository at this point in the history
resolves #32
  • Loading branch information
theRemix committed May 3, 2016
1 parent 9764bc4 commit 9cd6f3c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,21 @@ Add `Bundle 'takac/vim-hardtime'` to your `~/.vimrc` and then:
* either within Vim: `:BundleInstall`
* or in your shell: `vim +BundleInstall +qall`

### Installing using vim-plug

1. Install vim-plug using the [instructions][vim-plug]
2. Add vim-hardtime to your plugin list in `.vimrc` or `plugins.vim` and re-source it:

insert vim-hardtime
```
" Vim HardTime
Plug 'takac/vim-hardtime'
```
between
`call plug#begin('~/.vim/plugged')`

and
`call plug#end()`
3. Run `:PlugInstall`

[vim-plug]:https://github.com/junegunn/vim-plug

0 comments on commit 9cd6f3c

Please sign in to comment.