neovim-flake/modules/minimap/default.nix
2023-03-31 05:20:35 +03:00

8 lines
69 B
Nix

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