nvim.nix/config/plugins/git/fugitive.nix
2024-08-07 14:24:44 +08:00

9 lines
62 B
Nix

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