A nix flake for neovim with with my personal configuration.
It is bound to change, so a fork is recommended over pointing to it directly.
Clone the repo and run the following from the root of the project:
nix run .#
or
nix run github:pyqlsa/neovim-flake
Taking the default package means taking the default theme. This flake outputs neovim variants for each theme that it supports. To see all the themes that this flake supports:
nix flake show .#
or
nix flake show github:pyqlsa/neovim-flake
To see what this flake would look like in it's non-default theme (onedark
warmer
, for example):
nix run github:pyqlsa/neovim-flake#nvim-odWarmer
nix flake update
Originally based on input and references from: