-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rocks install gennaro-tedesco/nvim-peekup
result confusing
#427
Comments
🤔 Perhaps it's picking up the luarocks.org user name? |
Yep, this is what's happening. We shouldn't support that, because it adds a whole load of complexity. |
thanks for confirming the behavior.
Maybe it's not something we can support now but the syntax could be useful. For instance if I fork a plugin and want to install my fork via rocks.nvim without pointing at a local dir (to test a patch for instance), how can/should I do that currently ? can I specify an alternate manifest than "roots" ? |
answering my question about rocks-it:
but I guess it will ignore any rockspec in that repo ? |
I was experimenting with the UX a bit and thought I would try
Rocks install gennaro-tedesco/nvim-peekup
see how it goes thinking rocsk.nvim would fetch from github or propose "do you want to install rocks-git.nvim" ?.Turns out this worked (no error) and looking at the rocks/ folder, it contains a fodler with lua files from nvim-peekup.
Now nvim-peelkup doesn't show in my
rocks.toml
so sounds like a bug (2.26.0).The
nil
inInstalled: gennaro-tedesco/nvim-peekup -> nil
seems fishy.The rockspec is at https://luarocks.org/modules/gennaro-tedesco/nvim-peekup
The text was updated successfully, but these errors were encountered: