Switching from the old separate powerlines to the new python powerline
This commit is contained in:
4
vimrc
4
vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user