moonfly
URL: https://github.com/bluz71/vim-moonfly-colors/
Maintainers: Aidan Welch
colorschemes.moonfly.enable
Whether to enable vim-moonfly-colors.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.moonfly.package
The vim-moonfly-colors package to use.
Type: package
Default:
pkgs.vimPlugins.vim-moonfly-colors
Declared by:
colorschemes.moonfly.autoLoad
Whether to automatically load vim-moonfly-colors 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=1
hello = "world"
->:setglobal moonflyhello="world"
some_toggle = true
->:setglobal moonflysome_toggle
other_toggle = false
->:setglobal nomoonflyother_toggle
Type: attribute set of anything
Default:
{ }
Example:
{
Italics = true;
NormalFloat = false;
TerminalColors = true;
Transparent = false;
Undercurls = true;
UnderlineMatchParen = false;
VirtualTextColor = false;
WinSeparator = 1;
}
Declared by: