Add vim-fugitive plugin

This commit is contained in:
Tavo Annus 2021-07-23 20:22:09 +03:00
parent e01aafeea5
commit 472278f2e3
2 changed files with 13 additions and 0 deletions

View file

@ -243,5 +243,12 @@ return packer.startup(
require("plugins.others").blankline()
end
}
use {
"tpope/vim-fugitive",
cmd = {
"Git"
}
}
end
)