1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-06 00:51:05 +01:00

plugins/mini-colors: init

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;
}