You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an out-or-order sort of bug. If I clone my nvim repo on new box, when I try doing a :Rocks sync I get messages about failures for the rocks that are dependent on rock-git being installed. Is there a way to prioritize rocks-git.nvim being installed and loaded first if it exists in the rocks.toml file?
Currently, the way to workaround this is just to close and open neovim and run :Rocks sync again, which will now work because rocks-git.nvim would have been installed the first time we ran :Rocks sync.
Alternatively, maybe there should be config = "rocks-git.toml" setting like was introduced for the rocks-treesitter.nvim plugin?
The text was updated successfully, but these errors were encountered:
Seems to be an out-or-order sort of bug. If I clone my nvim repo on new box, when I try doing a
:Rocks sync
I get messages about failures for the rocks that are dependent on rock-git being installed. Is there a way to prioritizerocks-git.nvim
being installed and loaded first if it exists in therocks.toml
file?Currently, the way to workaround this is just to close and open neovim and run
:Rocks sync
again, which will now work becauserocks-git.nvim
would have been installed the first time we ran:Rocks sync
.Alternatively, maybe there should be
config = "rocks-git.toml"
setting like was introduced for therocks-treesitter.nvim
plugin?The text was updated successfully, but these errors were encountered: