Skip to content

Commit c47c266

Browse files
committed
Update python provider on windows for nvim
1 parent 943c812 commit c47c266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: init.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ let &packpath = &runtimepath
44

55
"Performance Optimization
66
if has('win32') || has('win64')
7-
" let g:python_host_prog = '/usr/bin/python2'
8-
" let g:python3_host_prog = '/usr/bin/python3'
7+
let g:python_host_prog = 'C:\python27\python.exe'
8+
let g:python3_host_prog = 'C:\python37\python.exe'
99
else
1010
let g:python_host_prog = '/usr/bin/python2'
1111
let g:python3_host_prog = '/usr/bin/python3'

0 commit comments

Comments
 (0)