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
Investigation revealed that the M.get_repo_root function was failing due to issues with the && operator. Instead of using cd to change the working directory, I resolved this by adding it to the cwd field in vim.fn.jobstart options:
Hi,
I encountered this issue on my Windows 10 machine running Neovim (version details below):
Investigation revealed that the
M.get_repo_root
function was failing due to issues with the&&
operator. Instead of usingcd
to change the working directory, I resolved this by adding it to thecwd
field in vim.fn.jobstart options:This modification seems to resolve the issue
The text was updated successfully, but these errors were encountered: