moonfly
URL: https://github.com/bluz71/vim-moonfly-colors/
Maintainers: Aidan Welch
colorschemes.moonfly.enable
Whether to enable moonfly.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.moonfly.package
The moonfly package to use.
Type: package
Default:
pkgs.vimPlugins.vim-moonfly-colors
Declared by:
colorschemes.moonfly.autoLoad
Whether to automatically load moonfly when neovim starts.
Type: boolean
Default:
true
Example:
false
Declared by:
colorschemes.moonfly.settings
The configuration options for moonfly without the moonfly prefix.
For example, the following settings are equivialent to these :setglobal commands:
foo_bar = 1->:setglobal moonflyfoo_bar=1hello = "world"->:setglobal moonflyhello="world"some_toggle = true->:setglobal moonflysome_toggleother_toggle = false->:setglobal nomoonflyother_toggle
Type: lua value
Default:
{ }
Example:
{
Italics = true;
NormalFloat = false;
TerminalColors = true;
Transparent = false;
Undercurls = true;
UnderlineMatchParen = false;
VirtualTextColor = false;
WinSeparator = 1;
}
Declared by: