Change to use lightline in vim.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user