nvim/plugins/git.nix
2026-03-22 09:48:53 +01:00

6 lines
90 B
Nix

{...}: {
vim.git = {
gitsigns.enable = true;
vim-fugitive.enable = true;
};
}