feat: add vim-fugitive
parent
75c078c8fc
commit
f1bc810412
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue