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

7 lines
62 B
Nix

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