[vim] Gbrowse support

This commit is contained in:
Mathieu Maret 2015-12-15 11:29:21 +01:00
parent 407c0d6de2
commit 8a44389a9d
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -448,6 +448,8 @@ Plugin 'gmarik/Vundle.vim'
Plugin 'airblade/vim-gitgutter'
" Communication with git
Plugin 'tpope/vim-fugitive'
" Support for Gbrowse
Plugin 'tpope/vim-rhubarb'
" Comment block of code
Plugin 'tpope/vim-commentary'
" Make terminal vim and tmux work better together.