nvim.nix/config/plugins/git/fugitive.nix
2024-08-08 09:58:48 +08:00

6 lines
58 B
Nix

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