Files
nix-config/home-manager/nixvim/git.nix
2024-05-16 21:14:30 +02:00

10 lines
130 B
Nix

{
plugins.gitsigns = {
enable = true;
settings = {
current_line_blame = true;
trouble = true;
};
};
}