diff --git a/bootstrap.sh b/bootstrap.sh index d48a0fa..f0aa444 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/home/.vim/bundle/fugitive b/home/.vim/bundle/fugitive new file mode 120000 index 0000000..a1e5314 --- /dev/null +++ b/home/.vim/bundle/fugitive @@ -0,0 +1 @@ +../../../../vim-fugitive/ \ No newline at end of file diff --git a/home/.vim/bundle/gitgutter b/home/.vim/bundle/gitgutter deleted file mode 120000 index 919580f..0000000 --- a/home/.vim/bundle/gitgutter +++ /dev/null @@ -1 +0,0 @@ -../../../../vim-gitgutter/ \ No newline at end of file diff --git a/home/.vim/bundle/quickfixsigns b/home/.vim/bundle/quickfixsigns new file mode 120000 index 0000000..0ef0c23 --- /dev/null +++ b/home/.vim/bundle/quickfixsigns @@ -0,0 +1 @@ +../../../../vim-quickfixsigns/ \ No newline at end of file