mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/mini-colors: init
This commit is contained in:
parent
1c5c991fda
commit
70e6d8a08c
2 changed files with 15 additions and 0 deletions
10
plugins/by-name/mini-colors/default.nix
Normal file
10
plugins/by-name/mini-colors/default.nix
Normal 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;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.mini-colors.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue