diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-04-26 20:58:11 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-04-26 20:58:11 +0200 |
commit | 87f317e1f89f4b6f1a247539e874675df105a569 (patch) | |
tree | 60debc1553edb8c9031113eb9617acd19daf5289 | |
parent | 75b538b288ee44ccb159d144612cc25cc37373d2 (diff) |
Add git-rhubarb
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " Go support Plug 'rust-lang/rust.vim' " Rust support Plug 'airblade/vim-gitgutter' " git status gutter Plug 'tpope/vim-fugitive' " git commands +Plug 'tpope/vim-rhubarb' " GitHub integration Plug 'tpope/vim-commentary' " comment out stuff Plug 'vim-scripts/taglist.vim' Plug 'joestringer/cscope_maps' " cscope maps |