mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
airline
This commit is contained in:
parent
7ba4e52c43
commit
39305a6f8c
2 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ Bundle 'mileszs/ack.vim'
|
||||||
|
|
||||||
Bundle 'kien/ctrlp.vim'
|
Bundle 'kien/ctrlp.vim'
|
||||||
"Bundle 'Lokaltog/vim-powerline'
|
"Bundle 'Lokaltog/vim-powerline'
|
||||||
|
Bundle 'bling/vim-airline'
|
||||||
Bundle 'scrooloose/nerdtree'
|
Bundle 'scrooloose/nerdtree'
|
||||||
"Bundle 'ervandew/supertab'
|
"Bundle 'ervandew/supertab'
|
||||||
Bundle 'scrooloose/syntastic'
|
Bundle 'scrooloose/syntastic'
|
||||||
|
|
@ -44,7 +45,7 @@ Bundle 'tpope/vim-surround'
|
||||||
"Bundle 'mattn/zencoding-vim'
|
"Bundle 'mattn/zencoding-vim'
|
||||||
"Bundle 'scrooloose/nerdcommenter'
|
"Bundle 'scrooloose/nerdcommenter'
|
||||||
"Bundle 'Raimondi/delimitMate'
|
"Bundle 'Raimondi/delimitMate'
|
||||||
"Bundle 'edsono/vim-matchit'
|
Bundle 'edsono/vim-matchit'
|
||||||
Bundle 'tpope/vim-endwise'
|
Bundle 'tpope/vim-endwise'
|
||||||
Bundle 'tpope/vim-eunuch'
|
Bundle 'tpope/vim-eunuch'
|
||||||
|
|
||||||
|
|
|
||||||
4
vimrc
4
vimrc
|
|
@ -14,6 +14,10 @@ let g:netrw_dirhistmax = 0
|
||||||
"make sure backspace behaves
|
"make sure backspace behaves
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
|
"powerline/airline font
|
||||||
|
"let g:Powerline_symbols = 'fancy'
|
||||||
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
if !has('gui_running') "
|
if !has('gui_running') "
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue