diff options
author | June McEnroe <programble@gmail.com> | 2013-11-02 17:33:26 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-02 17:33:26 -0400 |
commit | b23f41fcdac2904361964da6c4a909305f647fbd (patch) | |
tree | dd34513b11a800b42c34c09a98c5217a41023551 /.vimrc | |
parent | Remove powerline (diff) | |
download | src-b23f41fcdac2904361964da6c4a909305f647fbd.tar.gz src-b23f41fcdac2904361964da6c4a909305f647fbd.zip |
Add Airline
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index c6b9ab1d..86d2c328 100644 --- a/.vimrc +++ b/.vimrc @@ -38,6 +38,10 @@ set laststatus=2 " Always show statusline set noshowmode set statusline=%<%f\ %h%m%r%{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P +" Airline config +let g:airline_left_sep = '' +let g:airline_right_sep = '' + syntax on set background=dark if has('gui_running') |