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
ghcmod-vim does not work with my stack project. I think the issue is related to the fact that stack path --project-root prints Continuing despite missing tool: msys2 to stderr before printing the path to stdout. The function ghcmod#basedir() returns both lines instead of just the path.
The text was updated successfully, but these errors were encountered:
ghcmod-vim does not work with my stack project. I think the issue is related to the fact that
stack path --project-root
printsContinuing despite missing tool: msys2
to stderr before printing the path to stdout. The functionghcmod#basedir()
returns both lines instead of just the path.The text was updated successfully, but these errors were encountered: