Switching from the old separate powerlines to the new python powerline
This commit is contained in:
parent
ac90073f0c
commit
2a50e55c43
7 changed files with 7 additions and 212 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue