plugins/mini-colors: init
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions

This commit is contained in:
Heitor Augusto 2025-05-25 15:27:04 -03:00 committed by Austin Horstman
parent 3309a21be5
commit d2c3b26bf7
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;
};
}