Load debian pip locally installed powerline vim prompt
This commit is contained in:
parent
e58230ee25
commit
b3c8a10912
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ endif
|
|||
if (filereadable("/usr/local/lib/python3.6/site-packages/powerline/bindings/vim/__init__.py"))
|
||||
set rtp+=/usr/local/lib/python3.6/site-packages/powerline/bindings/vim
|
||||
endif
|
||||
" JMB server
|
||||
if (filereadable("/home/jonny/.local/lib/python3.5/site-packages/powerline/bindings/vim/__init__.py"))
|
||||
set rtp+=/home/jonny/.local/lib/python3.5/site-packages/powerline/bindings/vim
|
||||
endif
|
||||
let g:powerline_pycmd = "py3"
|
||||
|
||||
"------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue