This commit is contained in:
Heitor Augusto 2025-06-19 12:34:15 +01:00 committed by GitHub
commit b9b3598723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-colors";
moduleName = "mini.colors";
packPathName = "mini.colors";
maintainers = [ lib.maintainers.HeitorAugustoLN ];
hasSettings = false;
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.mini-colors.enable = true;
};
}