Skip to content

Commit

Permalink
Merge pull request #12 from wellle/vim-plug
Browse files Browse the repository at this point in the history
Document vim-plug usage before pathogen
  • Loading branch information
wellle authored Oct 29, 2016
2 parents 49b29a4 + 32c32a6 commit 8d96a6a
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,29 +117,34 @@ nmap <C-W>gsb <Plug>(Visual-Split-SplitBelow)
## Installation
Use your favorite plugin manager.

- [NeoBundle](https://github.com/Shougo/neobundle.vim)
- [NeoBundle][neobundle]

```vim
NeoBundle 'wellle/visual-split.vim'
```
- [Vundle](https://github.com/gmarik/Vundle.vim)
- [Vundle][vundle]
```vim
Bundle 'wellle/visual-split.vim'
```
- [Pathogen](https://github.com/tpope/vim-pathogen)
- [Vim-plug][vim-plug]
```vim
Plug 'wellle/visual-split.vim'
```
- [Pathogen][pathogen]
```sh
git clone git://github.com/wellle/visual-split.vim.git ~/.vim/bundle/visual-split.vim
```
- [Vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'wellle/visual-split.vim'
```
[neobundle]: https://github.com/Shougo/neobundle.vim
[vundle]: https://github.com/gmarik/vundle
[vim-plug]: https://github.com/junegunn/vim-plug
[pathogen]: https://github.com/tpope/vim-pathogen
## What's next?
Expand Down

0 comments on commit 8d96a6a

Please sign in to comment.