neovim-flake/modules/minimap/default.nix

7 lines
65 B
Nix

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