Contrib to Neovim on NixOS
- Open a shell with following dependencies
nix shell flake:nixpkgs#cmake flake:nixpkgs#gettext
- Make changes to Neovim
- Build and test using
make build
- Run
make doc
to update documentation - Commit and push
nix shell flake:nixpkgs#cmake flake:nixpkgs#gettext
make build
make doc
to update documentation