Replace vim-fugitive with gina and gitgutter
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
1
vim/.vim/plugged/gina.vim
Submodule
1
vim/.vim/plugged/gina.vim
Submodule
Submodule vim/.vim/plugged/gina.vim added at 5c89623051
Submodule vim/.vim/plugged/vim-fugitive deleted from 41a734ef49
1
vim/.vim/plugged/vim-gitgutter
Submodule
1
vim/.vim/plugged/vim-gitgutter
Submodule
Submodule vim/.vim/plugged/vim-gitgutter added at 91471746fe
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user