neovim
Summary
Section titled “Summary”Installs the nightly build of Neovim from a GitHub release binary and makes nvim available on $PATH.
Syntax / Usage
Section titled “Syntax / Usage”zi for \ from'gh-r' \ sbin'**/nvim -> nvim' \ ver'nightly' \ neovim/neovimDetails
Section titled “Details”from'gh-r'— downloads the release archive from GitHub Releases.ver'nightly'— pins the download to thenightlyrelease tag instead of the latest stable release.sbin'**/nvim -> nvim'— creates a shim namednvimpointing to the binary anywhere in the archive tree (requireszinit-annex-bin-gem-node).
The annex zdharma-continuum/zinit-annex-bin-gem-node must be loaded before this recipe.
Examples
Section titled “Examples”# prerequisite — load once at the top of .zshrczinit light-mode for zdharma-continuum/zinit-annex-bin-gem-node
zi for \ from'gh-r' \ sbin'**/nvim -> nvim' \ ver'nightly' \ neovim/neovimCaveats / Common Mistakes
Section titled “Caveats / Common Mistakes”- Using
ver'nightly'means everyzinit updatemay pull a new nightly build. Removever'nightly'or change it tover'stable'to track the stable release channel instead.