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"