neovim-flake/modules/plugins/git/vim-fugitive/default.nix

7 lines
63 B
Nix

{
imports = [
./config.nix
./vim-fugitive.nix
];
}