mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Update init.vim
This commit is contained in:
parent
0cace68e08
commit
fe47e5f8ae
@ -60,10 +60,3 @@ if $COLORTERM ==# 'gnome-terminal'
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
" python host for neovim
|
|
||||||
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'
|
|
||||||
endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user