add some bundles to vim

This commit is contained in:
Thomas Ruoff
2014-05-18 00:01:44 +02:00
parent 4bad6a9737
commit 6a080b6381

3
vimrc
View File

@@ -19,6 +19,9 @@ Bundle 'scrooloose/syntastic.git'
Bundle 'kien/ctrlp.vim'
Bundle 'Lokaltog/powerline'
Bundle 'flazz/vim-colorschemes'
Bundle 'mileszs/ack.vim'
Bundle 'airblade/vim-gitgutter'
Bundle 'editorconfig/editorconfig-vim'
filetype plugin indent on