neovim-flake/modules/minimap/default.nix

9 lines
69 B
Nix

{
...
}: {
imports = [
./minimap-vim
./codewindow
];
}