using 2.47.5-1
I ran :Rocks sync to attempt fixing rocks,nvim not finding mini.sessions somehow. And I get:
(it goes up seeminlgy forvever, I am at 54 attempts right noz). which is weird because in my rocks.toml I have
# tree-sitter-http = "0.0.37"
(ie. commented out)
Looking at :Rocks log I see
ERROR | 2026-04-14 18:46:02.434 | ...vim/site/pack/hm/start/rocks.nvim/lua/rocks/luarocks.lua:66 | Will not remove tree-sitter-http 0.0.37-1.
Removing it would break dependencies for:
rest.nvim 3.13.0-1
Use --force to force removal (warning: this may break modules).
Error: Failed removing.
- would be neat to have more of the explanation from UI (though I am not sure how it would integrate currently). Possibly worth waiting for lux support ?
- cap the number of attempts so it stops after sometime
using 2.47.5-1
I ran
:Rocks syncto attempt fixing rocks,nvim not finding mini.sessions somehow. And I get:(it goes up seeminlgy forvever, I am at 54 attempts right noz). which is weird because in my rocks.toml I have
(ie. commented out)
Looking at
:Rocks logI see