nvim: Update commented out fugitive cmds

This commit is contained in:
ViViDboarder 2021-09-30 10:58:51 -07:00
parent 4a5d7fce1e
commit 9e9defe4e2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ return require('packer').startup(function()
}
use {
"tpope/vim-fugitive",
-- cmd = { "Git", "Gstatus", "Gblame", "Gpush", "Gpull" },
-- cmd = {"Git"},
}
use {
"milkypostman/vim-togglelist",