-
Notifications
You must be signed in to change notification settings - Fork 5
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
Luarocks build failure, issuing installing neotest and haskell nvim treesitter #179
Comments
Hey 👋 This is two lazy.nvim issues:
That is not true. The scm-1 rockspec was uploaded a year ago, but it installs the latest As a workaround for the lazy.nvim issues, you can pin neotest-haskell to version 2.0.0. Closing, as this is not a neotest-haskell bug. |
Perfect that seems to have fixed it.
My mistake, did not understand that about luarocks. |
How to pin the version? |
I don't use LazyVim, so you're best off asking there :) |
How did you solve it? I met the same problem. Can you give me a config lua file example? |
tag = '2.0.0' |
Thank you, it works perfectly |
Neovim version (nvim -v)
v0.10.0
Operating system/version
Arch Linux
How to reproduce the issue
Install Haskell treesitter grammar using :TSUpdate Open nvim and wait for lazy.nvim to try to install neotest-haskell
Expected behaviour
The lazy.nvim install of neotest-haskell to succeed. Additionally, I expected the newest version of neotest to be installed. I see it's installing scm-1, however, that version is much older than the latest neotest build on luarocks.
Actual behaviour
A minimal Neovim config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: