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