From c7349ebbbc9d621c92f3df623e7204e571e1dcb9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 2 Nov 2013 17:33:26 -0400 Subject: Add Airline --- .gitmodules | 3 +++ .vimrc | 4 ++++ bundle/vim-airline | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/vim-airline 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 index 00000000..99b7cdf3 --- /dev/null +++ b/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 99b7cdf334c7e60498b037f45273cc02f85ab6fe -- cgit 1.4.1