You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of lazy.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.10.1
Operating system/version
Windows 11
Describe the bug
The build step of hererocks use vim.fn.executable to find python, and this causes conflicts on Windows that have chocolatey installed, because chocolatey ships a python executable.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.1
Operating system/version
Windows 11
Describe the bug
The build step of
hererocks
usevim.fn.executable
to find python, and this causes conflicts on Windows that havechocolatey
installed, becausechocolatey
ships a python executable.lazy.nvim/lua/lazy/pkg/rockspec.lua
Lines 36 to 38 in 1159bdc
To fix this issue Neovim introduced
g:python3_host_prog
Steps To Reproduce
rest-nvim/rest.nvim
withhererocks
enabled (as on repro below)Expected Behavior
g:python3_host_prog
is set: use it as python executableRepro
The text was updated successfully, but these errors were encountered: