commit 14c8571067f623b97515c38d269a6e8d149b078a
parent 6a24483b36fd1b66502981fe597984c540547f37
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 24 Oct 2017 14:42:31 -0700
add more descriptive comment to rhubarb
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -47,7 +47,7 @@ Plug 'ervandew/supertab' " complete with TAB in insert mode
"""""" Version control """"""
Plug 'tpope/vim-fugitive' " :Gread, :Gwrite
-Plug 'tpope/vim-rhubarb' " enables :Gbrowse
+Plug 'tpope/vim-rhubarb' " enables fugitive's :Gbrowse for Github
Plug 'airblade/vim-gitgutter' " show line changes since last git commit
"""""" Processes """"""