Skip to content

Commit

Permalink
Merge pull request #74 from wellle/vim-plug
Browse files Browse the repository at this point in the history
Add install instructions for vim-plug
  • Loading branch information
wellle committed Oct 29, 2016
2 parents 5d371f2 + ca05de3 commit b6fe12c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,35 @@ Tmux complete is automatically integrated with the following plugins:

Use your favorite plugin manager.

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

```vim
NeoBundle 'wellle/tmux-complete.vim'
```

- [Vundle](https://github.com/gmarik/Vundle.vim)
- [Vundle][vundle]

```vim
Bundle 'wellle/tmux-complete.vim'
```

- [Pathogen](https://github.com/tpope/vim-pathogen)
- [Vim-plug][vim-plug]

```vim
Plug 'wellle/tmux-complete.vim'
```

- [Pathogen][pathogen]

```sh
git clone git://github.com/wellle/tmux-complete.vim.git ~/.vim/bundle/tmux-complete.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

## Settings

Use the `#trigger` option to tune the way you interact with
Expand Down

0 comments on commit b6fe12c

Please sign in to comment.