mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
mini-hues: plugins -> colorschemes
This commit is contained in:
parent
598d4227da
commit
8b3a2f86a8
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "mini-hues";
|
||||
moduleName = "mini.hues";
|
||||
isColorscheme = true;
|
||||
colorscheme = null;
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
./colorschemes/kanagawa-paper.nix
|
||||
./colorschemes/melange.nix
|
||||
./colorschemes/mini-base16.nix
|
||||
./colorschemes/mini-hues.nix
|
||||
./colorschemes/modus.nix
|
||||
./colorschemes/monokai-pro.nix
|
||||
./colorschemes/moonfly.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue