1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Merge pull request #42 from SpaceVim/Fix-#41

Fix #41
This commit is contained in:
Wang Shidong 2017-01-06 00:00:16 +08:00 committed by GitHub
commit 367a891ead

View File

@ -60,10 +60,3 @@ if $COLORTERM ==# 'gnome-terminal'
endif endif
" python host for neovim
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python3'
if WINDOWS()
let g:python_host_prog = 'D:\Python27\python.exe'
let g:python3_host_prog = 'C:\Users\wsdjeg\AppData\Local\Programs\Python\Python35-32\python.exe'
endif