nvim.nix/config/plugins/git/gitsigns.nix

9 lines
62 B
Nix

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