fix powerline vim when in a pipenv shell

This commit is contained in:
Zhirui Dai 2023-10-24 14:06:17 -07:00
parent 833f30e88e
commit 652ce798e5
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ function s:rcmd(s)
endfunction
try
let s:can_replace_pyeval = !exists('g:powerline_pyeval')
call s:rcmd('import sys')
call s:rcmd('sys.path.append(f"/usr/lib/python{sys.version_info.major}.{sys.version_info.minor}/site-packages")')
call s:rcmd('try:')
call s:rcmd(' powerline_appended_path = None')
call s:rcmd(' try:')