Files
nixos-config/modules/home/neovim/plugins/hunk.nix
2025-12-07 17:43:51 +01:00

8 lines
80 B
Nix

{
programs.nixvim.plugins = {
hunk = {
enable = true;
};
};
}