Skip to content

Releases: candango/nvimm

Candango Neovim installation Manager 0.0.1

17 Jan 06:29

Choose a tag to compare

What's new in Candango NvimM 0.0.1

Jan 17, 2026

We are pleased to announce the release of NvimM 0.0.1.

Here are the highlights:

Build

  • Setup GitHub Actions for Continuous Testing #5
  • Create initial project structure #1

Features

  • Implement minimal release version filter for listing installs #11
  • Implement file-based configuration handler #9
  • Implement 'install' command: downloads and installs specified Neovim release #8
  • Implement 'list' command to display releases, marking installed and stable versions #7
  • Create options structure for nvimm: parameter, env var, and default resolution (config dir, config file name, path, cache subdir) #6
  • Implement Cacher Interface and FileCacher Structure #4
  • Fetch Neovim GitHub Release Metadata #3
  • Create Initial CLI and Logic Structure #2