add airline
This commit is contained in:
parent
f533ed97ce
commit
af5e03d6c1
2 changed files with 8 additions and 1 deletions
2
.gvimrc
2
.gvimrc
|
|
@ -1,7 +1,7 @@
|
|||
winsize 115 45
|
||||
"set expandtab
|
||||
"set guifont=DejaVu\ Sans\ Mono:h15.00
|
||||
set guifont=Inconsolata\ 13
|
||||
set guifont=Inconsolata\ 14
|
||||
set guioptions-=L
|
||||
set guioptions-=r
|
||||
set guioptions-=m
|
||||
|
|
|
|||
7
.vimrc
7
.vimrc
|
|
@ -189,6 +189,13 @@ let g:CommandTMaxDepth = 7
|
|||
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
|
||||
au BufEnter *.org call org#SetOrgFileType()
|
||||
|
||||
" * Airline
|
||||
set noshowmode
|
||||
let g:airline_enable_branch = 1
|
||||
let g:airline_enable_syntastic = 1
|
||||
let g:airline_enable_tagbar = 1
|
||||
let g:airline_theme="ubaryd"
|
||||
|
||||
|
||||
" ** STATUSLINE **
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue