Files
nixos-config/modules/home/neovim/plugins/hunk.nix
Christoph Schmatzler 15d994fac2 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-11-12 07:38:24 +00:00

8 lines
71 B
Nix

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