From 0adcb1fc6ec351b4505d8cde11efe7b31eaebb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 30 Jan 2015 17:10:09 +0100 Subject: vimrc: add plugins vim-airline and ctrlp.vim --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 629fb06..1ecf6c5 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,8 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' Bundle 'vim-scripts/javacomplete' Bundle 'vim-scripts/taglist.vim' +Bundle 'bling/vim-airline' +Bundle 'kien/ctrlp.vim' call vundle#end() " required filetype plugin indent on " required -- cgit v1.1-2-g2b99