feat: add vim-fugitive

main
mandlm 2022-02-20 12:11:20 +01:00
parent 75c078c8fc
commit f1bc810412
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ return require('packer').startup(function(use)
-- Let Packer manage itself
use('wbthomason/packer.nvim')
-- git commands
use('tpope/vim-fugitive')
if packer_bootstrap then
require('packer').sync()
end