commands to load fugitive

This commit is contained in:
Noah Lidell 2021-08-23 18:11:02 -05:00 committed by siduck76
parent 09f6c4c067
commit fba26a3a40
1 changed files with 5 additions and 0 deletions

View File

@ -314,6 +314,11 @@ return packer.startup(function()
disable = not plugin_status.vim_fugitive,
cmd = {
"Git",
"Gdiff",
"Gdiffsplit",
"Gvdiffsplit",
"Gwrite",
"Gw",
},
setup = function()
require("core.mappings").vim_fugitive()