Replace vim-fugitive with gina and gitgutter
This commit is contained in:
parent
181653df7e
commit
cc1d4986f8
|
@ -1,6 +1,3 @@
|
|||
[submodule "vim/.vim/bundle/delimitMate"]
|
||||
path = vim/.vim/bundle/delimitMate
|
||||
url = https://github.com/Raimondi/delimitMate
|
||||
[submodule "vim/.vim/plugged/vim-fugitive"]
|
||||
path = vim/.vim/plugged/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5c89623051cfbb74d49f35f86c067c9b9bd57bee
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 41a734ef49c78cfdb97426cda811ee99c39e011a
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 91471746fe687ee867877508dfd809460dab5698
|
|
@ -37,7 +37,8 @@ call plug#begin('~/.vim/plugged')
|
|||
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
|
||||
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
|
||||
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
|
||||
Plug 'tpope/vim-fugitive', { 'on': 'Goyo' }
|
||||
Plug 'lambdalisue/gina.vim'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'Raimondi/delimitMate'
|
||||
call plug#end()
|
||||
|
|
Loading…
Reference in New Issue