1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/plugins/colorschemes/moonfly.nix
saygo-png c4b27080a6 treewide: infer packPathName menial work
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00

24 lines
468 B
Nix

{
lib,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "moonfly";
colorscheme = "moonfly";
package = "vim-moonfly-colors";
isColorscheme = true;
maintainers = [ lib.maintainers.AidanWelch ];
globalPrefix = "moonfly";
settingsExample = {
Italics = true;
NormalFloat = false;
TerminalColors = true;
Transparent = false;
Undercurls = true;
UnderlineMatchParen = false;
VirtualTextColor = false;
WinSeparator = 1;
};
}