Files
2025-10-30 21:59:31 +01:00

22 lines
343 B
Nix

{
plugins = {
diffview = {
enable = true;
};
lazygit = {
enable = true;
};
#neogit = {
# enable = true;
# settings.integrations = { diffview = true; };
#};
gitsigns = {
enable = true;
settings = {
current_line_blame = true;
trouble = true;
};
};
};
}