nix/home-manager/nixvim
2024-08-07 18:45:06 +02:00
..
config nixvim(toggleterm): switch keybind to C-t, because <space>tt interferes with insert mode 2024-08-07 18:45:06 +02:00
flake.lock nixvim: improve startup time through various means 2024-08-01 15:47:48 +02:00
flake.nix chore: separate nixos & home-manager configuration into own directories 2024-07-28 10:15:03 +02:00
README.md chore: separate nixos & home-manager configuration into own directories 2024-07-28 10:15:03 +02:00

Nixvim template

This template gives you a good starting point for configuring nixvim standalone.

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 .