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