Trying out vim-airline. Removing that smoothscroll crap

This commit is contained in:
Dustin Swan
2013-07-25 13:40:33 -05:00
parent 1a077061eb
commit 5d81ecf864

10
vimrc
View File

@@ -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