Hi!
Recently, I've been having issues with installing and syncing plugins using :Rocks isntall and :Rocks sync, which is usually happens with pluings installed via rocks.nvim default install method, not with rocks-git.
Example:
I try to install diffview.nvim via Rocks install diffview.nvim:
Takes ~10min, then:
diffview.nvim has only a `dev` version. Install anyway?
to skip this prompt, run 'Rocks! install {rock}'
[Y]es, (N)o:
The same happens with :Rocks! install {rock}
Eventually the plugin is installed, but I'm confused why it takes so much time.
Note: this does not reproducible with all plugins, only some show this long install, and I don't see the pattern, unless this is connected to having dev version only.
Installing with rocks-git by passing github URL usually solves the long install issue, but I am still wondering whether this is expected behaviour or this is fault of my rocks.nvim?
Info
rocks.nvim version: 2.43.0
nvim: NVIM v0.11.4, Build type: Release, LuaJIT 2.1.1753364724
system: macOS Sonoma 14.7.2
Hi!
Recently, I've been having issues with installing and syncing plugins using
:Rocks isntalland:Rocks sync, which is usually happens with pluings installed viarocks.nvimdefault install method, not withrocks-git.Example:
Eventually the plugin is installed, but I'm confused why it takes so much time.
Note: this does not reproducible with all plugins, only some show this long install, and I don't see the pattern, unless this is connected to having
devversion only.Installing with
rocks-gitby passing github URL usually solves the long install issue, but I am still wondering whether this is expected behaviour or this is fault of myrocks.nvim?Info
rocks.nvimversion: 2.43.0nvim: NVIM v0.11.4, Build type: Release, LuaJIT 2.1.1753364724system: macOS Sonoma 14.7.2