vim/fugitive: load on commands 'G' and 'Git'

This commit is contained in:
Fernando Schauenburg 2023-08-11 03:20:30 +02:00
parent ce74aaef60
commit c2ff9837bb

View file

@ -1,5 +1,9 @@
return { return {
'tpope/vim-fugitive', 'tpope/vim-fugitive',
cmd = {
'G',
'Git',
},
keys = require('fschauen.keymap').fugitive keys = require('fschauen.keymap').fugitive
} }