[nvim] disable fugitive's deprecated commands

This commit is contained in:
Dmytro Meleshko 2021-07-02 08:40:07 +03:00
parent 8f933e667b
commit 19ff535b2b

View file

@ -1,3 +1,6 @@
" Aggressive unlearning of commands:
let g:fugitive_legacy_commands = 0
" mappings {{{ " mappings {{{
let g:gitgutter_map_keys = 0 let g:gitgutter_map_keys = 0
nnoremap <leader>gg :<C-u>G nnoremap <leader>gg :<C-u>G