X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/db442aa73a2d50ef84222f5d035997d37eeb12a4..c85b8e25d94582bbc815b1cf63214ce8b129d3db:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index 402a980..a0bea2a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -239,7 +239,9 @@ Plug 'tpope/vim-abolish' Plug 'tpope/vim-characterize' " Plug 'tpope/vim-endwise' " TODO: delete? Plug 'tpope/vim-eunuch' -Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-fugitive' " {{{2 +let g:fugitive_legacy_commands = v:false +"}}} Plug 'tpope/vim-repeat' Plug 'tpope/vim-scriptease' Plug 'tpope/vim-speeddating'