From 5d81ecf8647c569d76cca2b517c44510384a998c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 25 Jul 2013 13:40:33 -0500 Subject: [PATCH] Trying out vim-airline. Removing that smoothscroll crap --- vimrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 7bc2b63..1f25664 100644 --- a/vimrc +++ b/vimrc @@ -50,7 +50,7 @@ Bundle 'lukerandall/haskellmode-vim' Bundle 'bitc/vim-hdevtools' " Bundle 'Shougo/neocomplcache' Bundle 'airblade/vim-gitgutter' -Bundle 'yonchu/accelerated-smooth-scroll' +Bundle 'bling/vim-airline' let $GIT_SSL_NO_VERIFY = 'true' @@ -143,9 +143,15 @@ if has("gui_running") endif " Powerline -set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim +"set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim "set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim +" Airline +"let g:airline_left_sep='' +"let g:airline_right_sep='' +let g:airline_theme='solarized' +let g:airline_powerline_fonts=1 + " Colors "set background=dark " colorscheme default