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 | |
parent | Remove powerline (diff) | |
download | src-b23f41fcdac2904361964da6c4a909305f647fbd.tar.gz src-b23f41fcdac2904361964da6c4a909305f647fbd.zip |
Add Airline
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | .vimrc | 4 | ||||
m--------- | bundle/vim-airline | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f55ad511..39e4d905 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/vim-ragtag"] path = bundle/vim-ragtag url = https://github.com/tpope/vim-ragtag.git +[submodule "bundle/vim-airline"] + path = bundle/vim-airline + url = https://github.com/bling/vim-airline.git 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') diff --git a/bundle/vim-airline b/bundle/vim-airline new file mode 160000 +Subproject 99b7cdf334c7e60498b037f45273cc02f85ab6f |