Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 764 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 764 Bytes

Neovim Version Sampler

Usage

Prerequisites

First and foremost ensure you have nix installed and flakes enabled.

The easiest way to achieve that is through the Determinate Systems installer.

Versions

Stable(latest) is the default

nix run github:tirimia/neovim-nix

Nightly

nix run github:tirimia/neovim-nix#nightly

For a specific version (in this example 0_9_2), check the inputs declared in the flake then run like:

nix run github:tirimia/neovim-nix#neovim-0_9_2

Alternative

For those that want to use bob, that is packaged too, simply run:

nix run github:tirimia/neovim-nix#bob