Skip to content

Commit

Permalink
vim: use forked vim-fugitive with Gblame cursorbind fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osandov committed Oct 21, 2019
1 parent 0cc6b68 commit 1aec6c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ if isdirectory($HOME . "/.vim/bundle/Vundle.vim")
Plugin 'ervandew/supertab'
Plugin 'rking/ag.vim'
Plugin 'scrooloose/nerdcommenter'
Plugin 'tpope/vim-fugitive'
" Until https://github.com/tpope/vim-fugitive/pull/1381 is merged.
Plugin 'osandov/vim-fugitive'
Plugin 'tpope/vim-repeat'
Plugin 'tpope/vim-rsi'
Plugin 'tpope/vim-vinegar'
Expand Down

0 comments on commit 1aec6c2

Please sign in to comment.