Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 713 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 713 Bytes

A named Nixvim Flake

Documentation available in README.md.

Fork off github:erictossell/eriixvim.

Try it for yourself

With flake enabled Nix installed:

nix run github:erictossell/eriixvim

Want to build off what's here?

This flake supports templating:

nix flake new -t github:talbergs/nixvim <your-new-flake-path>

Configuring

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

Testing your new configuration

To test your configuration simply run the following command

nix run .