X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/db442aa73a2d50ef84222f5d035997d37eeb12a4..e8cc5548f9306c97bd2e7e1bdf45e9c1f63dba36:/vim/vimrc 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'