Documentation available in README.md.
Fork off github:erictossell/eriixvim
.
With flake enabled Nix installed:
nix run github:erictossell/eriixvim
This flake supports templating:
nix flake new -t github:talbergs/nixvim <your-new-flake-path>
To start configuring, just add or modify the nix files in ./config
.
If you add a new configuration file, remember to add it to the
config/default.nix
file
To test your configuration simply run the following command
nix run .