Install a bunch of tpope's plugins - I use Git way more now, so fugitive.vim is a very sensible thing to have for example
This commit is contained in:
parent
5198ba5f2e
commit
a0d68e0a0c
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@ call minpac#add('junegunn/fzf')
|
|||
call minpac#add('junegunn/fzf.vim')
|
||||
call minpac#add('junegunn/vim-easy-align')
|
||||
call minpac#add('scrooloose/nerdtree')
|
||||
call minpac#add('tpope/vim-commentary')
|
||||
call minpac#add('tpope/vim-endwise')
|
||||
call minpac#add('tpope/vim-fugitive')
|
||||
call minpac#add('tpope/vim-repeat')
|
||||
call minpac#add('tpope/vim-rhubarb')
|
||||
call minpac#add('tpope/vim-sleuth')
|
||||
call minpac#add('tpope/vim-surround')
|
||||
call minpac#add('tpope/vim-unimpaired')
|
||||
|
|
Loading…
Reference in a new issue