From 39305a6f8ccc77becac435d500b52962151df037 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 12 Dec 2013 17:42:00 +0100 Subject: [PATCH] airline --- bundles.vim | 3 ++- vimrc | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bundles.vim b/bundles.vim index 4e5d649..45f6ab7 100644 --- a/bundles.vim +++ b/bundles.vim @@ -18,6 +18,7 @@ Bundle 'mileszs/ack.vim' Bundle 'kien/ctrlp.vim' "Bundle 'Lokaltog/vim-powerline' +Bundle 'bling/vim-airline' Bundle 'scrooloose/nerdtree' "Bundle 'ervandew/supertab' Bundle 'scrooloose/syntastic' @@ -44,7 +45,7 @@ Bundle 'tpope/vim-surround' "Bundle 'mattn/zencoding-vim' "Bundle 'scrooloose/nerdcommenter' "Bundle 'Raimondi/delimitMate' -"Bundle 'edsono/vim-matchit' +Bundle 'edsono/vim-matchit' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-eunuch' diff --git a/vimrc b/vimrc index 532ce84..a5e5ed8 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,10 @@ let g:netrw_dirhistmax = 0 "make sure backspace behaves set backspace=indent,eol,start +"powerline/airline font +"let g:Powerline_symbols = 'fancy' +let g:airline_powerline_fonts = 1 + let g:solarized_visibility="low" if !has('gui_running') " set showtabline=1 "automatic tab bar