This is my declarative Neovim configuration managed with Nix.
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.
You can run this configuration directly using Nix without permanently installing it:
nix run https://github.com/theunpleasantowl/nixvim.gitTo test your configuration simply run the following command:
nix run .