feat: add vim-fugitive
This commit is contained in:
parent
75c078c8fc
commit
f1bc810412
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ return require('packer').startup(function(use)
|
||||||
-- Let Packer manage itself
|
-- Let Packer manage itself
|
||||||
use('wbthomason/packer.nvim')
|
use('wbthomason/packer.nvim')
|
||||||
|
|
||||||
|
-- git commands
|
||||||
|
use('tpope/vim-fugitive')
|
||||||
|
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue