diff --git a/.vimrc b/.vimrc index a29cfa7..ed1eefa 100644 --- a/.vimrc +++ b/.vimrc @@ -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.