Change to use lightline in vim.

This commit is contained in:
Gea-Suan Lin
2017-10-25 13:21:51 +08:00
parent ae52761594
commit 12b7f3f0f5

View File

@@ -29,7 +29,6 @@ set wildmenu
syntax on syntax on
" "
" color schema " color schema
let g:airline_powerline_fonts = 1
set background=dark set background=dark
colo desert256 colo desert256
highlight Search cterm=none ctermbg=blue highlight Search cterm=none ctermbg=blue
@@ -57,7 +56,6 @@ call vundle#rc()
" "
Bundle "gmarik/vundle" Bundle "gmarik/vundle"
" "
Bundle "bling/vim-airline"
Bundle "bonsaiben/bootstrap-snippets" Bundle "bonsaiben/bootstrap-snippets"
Bundle "ctrlpvim/ctrlp.vim" Bundle "ctrlpvim/ctrlp.vim"
Bundle "derekwyatt/vim-scala" Bundle "derekwyatt/vim-scala"
@@ -68,6 +66,7 @@ Bundle "godlygeek/csapprox"
Bundle "gregsexton/gitv" Bundle "gregsexton/gitv"
Bundle "hashivim/vim-terraform" Bundle "hashivim/vim-terraform"
Bundle "honza/vim-snippets" Bundle "honza/vim-snippets"
Bundle "itchyny/lightline.vim"
Bundle "majutsushi/tagbar" Bundle "majutsushi/tagbar"
Bundle "MarcWeber/vim-addon-mw-utils" Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "motus/pig.vim" Bundle "motus/pig.vim"