We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943c812 commit c47c266Copy full SHA for c47c266
init.vim
@@ -4,8 +4,8 @@ let &packpath = &runtimepath
4
5
"Performance Optimization
6
if has('win32') || has('win64')
7
- " let g:python_host_prog = '/usr/bin/python2'
8
- " let g:python3_host_prog = '/usr/bin/python3'
+ let g:python_host_prog = 'C:\python27\python.exe'
+ let g:python3_host_prog = 'C:\python37\python.exe'
9
else
10
let g:python_host_prog = '/usr/bin/python2'
11
let g:python3_host_prog = '/usr/bin/python3'
0 commit comments