nvf/modules/plugins/minimap/default.nix

6 lines
65 B
Nix

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