neovim-flake/modules/minimap/minimap-vim/default.nix

7 lines
65 B
Nix

_: {
imports = [
./minimap-vim.nix
./config.nix
];
}