commands to load fugitive
This commit is contained in:
parent
09f6c4c067
commit
fba26a3a40
|
@ -314,6 +314,11 @@ return packer.startup(function()
|
||||||
disable = not plugin_status.vim_fugitive,
|
disable = not plugin_status.vim_fugitive,
|
||||||
cmd = {
|
cmd = {
|
||||||
"Git",
|
"Git",
|
||||||
|
"Gdiff",
|
||||||
|
"Gdiffsplit",
|
||||||
|
"Gvdiffsplit",
|
||||||
|
"Gwrite",
|
||||||
|
"Gw",
|
||||||
},
|
},
|
||||||
setup = function()
|
setup = function()
|
||||||
require("core.mappings").vim_fugitive()
|
require("core.mappings").vim_fugitive()
|
||||||
|
|
Loading…
Reference in New Issue