feat: configure minimap.vim

This commit is contained in:
NotAShelf 2023-02-02 00:00:29 +03:00
commit caac3e5af4
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
pkgs,
lib,
config,
...
}: {
imports = [
./minimap-vim.nix
];
}