From 6a080b638180eb1eb0629544d67dd1344f1afe2d Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 18 May 2014 00:01:44 +0200 Subject: [PATCH] add some bundles to vim --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 2d14743..703f673 100644 --- a/vimrc +++ b/vimrc @@ -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