From 8a44389a9d7794164641a1fbd00a1338fb6775f4 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 15 Dec 2015 11:29:21 +0100 Subject: [PATCH] [vim] Gbrowse support --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) 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.