From 12b7f3f0f5b2562a06431aa8bf51194a038ffd79 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 25 Oct 2017 13:21:51 +0800 Subject: [PATCH] Change to use lightline in vim. --- .vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 22824c6..e28232e 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -29,7 +29,6 @@ set wildmenu syntax on " " color schema -let g:airline_powerline_fonts = 1 set background=dark colo desert256 highlight Search cterm=none ctermbg=blue @@ -57,7 +56,6 @@ call vundle#rc() " Bundle "gmarik/vundle" " -Bundle "bling/vim-airline" Bundle "bonsaiben/bootstrap-snippets" Bundle "ctrlpvim/ctrlp.vim" Bundle "derekwyatt/vim-scala" @@ -68,6 +66,7 @@ Bundle "godlygeek/csapprox" Bundle "gregsexton/gitv" Bundle "hashivim/vim-terraform" Bundle "honza/vim-snippets" +Bundle "itchyny/lightline.vim" Bundle "majutsushi/tagbar" Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim"