nixvim/config/gitsigns.nix
2026-03-12 00:38:57 +01:00

3 lines
38 B
Nix

{
plugins.gitsigns.enable = true;
}