-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cord-nvim's build script fails on windows #1136
Comments
Do you get any output that shows you that the build command is failing? |
Your error message could be interpreted as rust not being available, since the lib isn't available. |
that would make sense but just checked the cord.nvim repo and it mentioned in the note the path should differ on windows machine I'll open a PR |
It doesn't say should. It says "you MAY need to use a backslash as the path seperator". |
okay let me test a few things |
|
Nice. I'd appreciate it if you included that into the initial bug report next time. :) |
Checklist
repro.lua
provided belowNeovim version (nvim -v)
0.10.0 release
Operating system/version
Windows 11
Terminal/GUI
neovide
Describe the bug
This is error is probably caused by the fact that
/
paths aren't valid on windows cmdSteps to Reproduce
:Lazy build cord.nvim
Expected behavior
Successful build.
Screenshots
No response
Additional Context
Here is the error:
Minimal configuration
The text was updated successfully, but these errors were encountered: