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

Update init.vim

This commit is contained in:
Wang Shidong 2017-01-05 02:54:03 -06:00 committed by GitHub
parent 7e34666bad
commit 0cace68e08

View File

@ -61,8 +61,8 @@ endif
" python host for neovim
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python3'
let g:python_host_prog = get(g:, 'python_host_prog', '/usr/bin/python2')
let g:python3_host_prog = get(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'