nvim/plugins/git.nix

6 lines
90 B
Nix

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