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

7 lines
58 B
Nix

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