nvim.nix/config/plugins/git/fugitive.nix

9 lines
62 B
Nix
Raw Normal View History

2024-08-07 14:24:44 +08:00
{ ... }:
{
plugins.fugitive = {
enable = true;
};
}