Replace vim-statline with vim-powerline

pull/2/head
Bodaniel Jeanes 2012-01-09 17:40:00 -06:00
parent cb2497233c
commit da5c36cd11
2 changed files with 2 additions and 6 deletions

View File

@ -81,12 +81,7 @@ call vundle#rc()
Bundle 'Lokaltog/vim-easymotion' Bundle 'Lokaltog/vim-easymotion'
let g:EasyMotion_keys = "arstdhneio" " Colemak home row let g:EasyMotion_keys = "arstdhneio" " Colemak home row
Bundle 'millermedeiros/vim-statline' Bundle 'Lokaltog/vim-powerline'
let g:statline_syntastic = 1
let g:statline_fugitive = 1
let g:statline_rvm = 0 " TODO: how to integrate with rbenv
let g:statline_filename_relative = 1
let g:statline_trailing_space = 0 " I already auto-fix these
Bundle 'Gundo' Bundle 'Gundo'
nnoremap <Leader>u :GundoToggle<CR> nnoremap <Leader>u :GundoToggle<CR>

View File

@ -6,6 +6,7 @@ syntax on
set showmatch " Briefly jump to a paren once it's balanced set showmatch " Briefly jump to a paren once it's balanced
set linespace=2 set linespace=2
set background=dark set background=dark
set laststatus=2
colorscheme molokai_mac colorscheme molokai_mac
" Tabs/Whitespace " Tabs/Whitespace