From 19ff535b2b46328b20f8b70679a859e14fe4d720 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Fri, 2 Jul 2021 08:40:07 +0300 Subject: [PATCH] [nvim] disable fugitive's deprecated commands --- nvim/plugin/git.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/plugin/git.vim b/nvim/plugin/git.vim index 9c3c0c8..580209b 100644 --- a/nvim/plugin/git.vim +++ b/nvim/plugin/git.vim @@ -1,3 +1,6 @@ +" Aggressive unlearning of commands: +let g:fugitive_legacy_commands = 0 + " mappings {{{ let g:gitgutter_map_keys = 0 nnoremap gg :G