Binary management is now handled by glaze.nvim.
Migration:
- Add
glaze.nvimas a dependency:
{
'taigrr/neocrush.nvim',
dependencies = { 'taigrr/glaze.nvim' },
}-
Use glaze commands for binary management:
:GlazeInstall neocrush/:GlazeInstall crush— Install binaries:GlazeUpdate neocrush/:GlazeUpdate crush— Update binaries
-
For version-specific installs, use the Crush Version Manager:
:CrushCvmReleases— Browse and install from GitHub releases:CrushCvmLocal [path]— Build from local repository checkout