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