replaced gitgutter by fugitive and quickfixsigns
This commit is contained in:
parent
1690b24813
commit
1976953e51
4 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,6 @@ git clone https://github.com/stv0g/dotfiles
|
|||
git clone https://github.com/lyxell/pride.vim vim-pride
|
||||
git clone https://github.com/andsens/homeshick
|
||||
git clone https://github.com/bling/vim-airline
|
||||
git clone https://github.com/airblade/vim-gitgutter
|
||||
git clone https://github.com/Shougo/neocomplete.vim vim-neocomplete
|
||||
git clone https://github.com/Shougo/neosnippet.vim vim-neosnippet
|
||||
git clone https://github.com/honza/vim-snippets
|
||||
|
@ -18,6 +17,8 @@ git clone https://github.com/scrooloose/syntastic vim-syntastic
|
|||
git clone https://github.com/powerline/fonts vim-powerline-fonts
|
||||
git clone https://github.com/trapd00r/LS_COLORS.git dircolors
|
||||
git clone https://github.com/editorconfig/editorconfig-vim vim-editorconfig
|
||||
git clone https://github.com/tpope/vim-fugitive
|
||||
git clone https://github.com/tomtom/quickfixsigns_vim/ vim-quickfixsigns
|
||||
|
||||
# Private
|
||||
git clone stv0g@lian.0l.de:/var/git/private/pass.git
|
||||
|
|
1
home/.vim/bundle/fugitive
Symbolic link
1
home/.vim/bundle/fugitive
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../vim-fugitive/
|
|
@ -1 +0,0 @@
|
|||
../../../../vim-gitgutter/
|
1
home/.vim/bundle/quickfixsigns
Symbolic link
1
home/.vim/bundle/quickfixsigns
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../vim-quickfixsigns/
|
Loading…
Add table
Reference in a new issue