Added airline to vimrc
This commit is contained in:
parent
b87a3523b3
commit
c210858b31
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -11,6 +11,8 @@ call vundle#begin()
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
Plugin 'suan/vim-instant-markdown'
|
Plugin 'suan/vim-instant-markdown'
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
Plugin 'vim-airline/vim-airline'
|
||||||
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
@ -25,6 +27,8 @@ endif
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
call togglebg#map("<F5>")
|
call togglebg#map("<F5>")
|
||||||
let load_doxygen_syntax = 1
|
let load_doxygen_syntax = 1
|
||||||
|
let g:airline_theme='solarized'
|
||||||
|
let g:airline_solarized_bg='dark'
|
||||||
"set autoindent
|
"set autoindent
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set icon
|
set icon
|
||||||
|
|
Loading…
Reference in a new issue