Switching from the old separate powerlines to the new python powerline

This commit is contained in:
Dustin Swan
2013-03-21 00:28:55 -05:00
parent ac90073f0c
commit 2a50e55c43
7 changed files with 7 additions and 212 deletions

4
vimrc
View File

@@ -19,7 +19,6 @@ Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-endwise'
" Bundle 'tpope/vim-unimpared'
Bundle 'mileszs/ack.vim'
Bundle 'Lokaltog/vim-powerline.git'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'bkad/CamelCaseMotion'
Bundle 'majutsushi/tagbar'
@@ -52,6 +51,9 @@ let $GIT_SSL_NO_VERIFY = 'true'
filetype plugin indent on " last Vundle requirement
" Powerline weirdness
set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
" mouse
if has("mouse")
set mouse=a