vague
URL: https://github.com/vague-theme/vague.nvim/
Maintainers: Heitor Augusto
colorschemes.vague.enable
Whether to enable vague.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.vague.package
The vague package to use.
Type: package
Default:
pkgs.vimPlugins.vague-nvim
Declared by:
colorschemes.vague.autoLoad
Whether to automatically load vague when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.vague.callSetup
Whether to generate the standard require('vague').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
colorschemes.vague.settings
Options provided to the require('vague').setup function.
Type: lua value
Default:
{ }
Example:
{
bold = false;
italic = false;
}
Declared by: