Files
nixvim/config/plugins/gitsigns.nix
T
2026-05-23 09:25:51 +02:00

7 lines
60 B
Nix

{ ... }:
{
plugins.gitsigns = {
enable = true;
};
}