From: Samir Benmendil Date: Mon, 22 Sep 2025 12:39:37 +0000 (+0100) Subject: vim: disable fugitive deprecated commands X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e8cc5548f9306c97bd2e7e1bdf45e9c1f63dba36?hp=b47efb8eb1e9a94408b65a59c93167bd2b72ee0d vim: disable fugitive deprecated commands --- 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'