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

7 lines
65 B
Nix
Raw Normal View History

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