mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable fugitive's deprecated commands
This commit is contained in:
parent
8f933e667b
commit
19ff535b2b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue