Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 713 Bytes

File metadata and controls

26 lines (18 loc) · 713 Bytes

Breaking Changes

v2.0.0

Removed: :CrushInstall and :CrushUpdate commands

Binary management is now handled by glaze.nvim.

Migration:

  1. Add glaze.nvim as a dependency:
{
  'taigrr/neocrush.nvim',
  dependencies = { 'taigrr/glaze.nvim' },
}
  1. Use glaze commands for binary management:

    • :GlazeInstall neocrush / :GlazeInstall crush — Install binaries
    • :GlazeUpdate neocrush / :GlazeUpdate crush — Update binaries
  2. For version-specific installs, use the Crush Version Manager:

    • :CrushCvmReleases — Browse and install from GitHub releases
    • :CrushCvmLocal [path] — Build from local repository checkout