Adding linux location for vim powerline bindings
This commit is contained in:
parent
ee7982112e
commit
d82ae3d4e3
1 changed files with 2 additions and 3 deletions
5
vimrc
5
vimrc
|
|
@ -51,9 +51,6 @@ let $GIT_SSL_NO_VERIFY = 'true'
|
||||||
|
|
||||||
filetype plugin indent on " last Vundle requirement
|
filetype plugin indent on " last Vundle requirement
|
||||||
|
|
||||||
" Powerline weirdness
|
|
||||||
set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
|
|
||||||
|
|
||||||
" mouse
|
" mouse
|
||||||
if has("mouse")
|
if has("mouse")
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
@ -141,6 +138,8 @@ if has("gui_running")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Powerline
|
" Powerline
|
||||||
|
set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
|
||||||
|
set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim
|
||||||
let g:Powerline_symbols='fancy'
|
let g:Powerline_symbols='fancy'
|
||||||
|
|
||||||
" Colors
|
" Colors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue