modus
URL: https://github.com/miikanissi/modus-themes.nvim/
Maintainers: Nate Smith
colorschemes.modus.enable
Whether to enable modus.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.modus.package
The modus package to use.
Type: package
Default:
pkgs.vimPlugins.modus-themes-nvim
Declared by:
colorschemes.modus.autoLoad
Whether to automatically load modus when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.modus.callSetup
Whether to generate the standard require('modus-themes').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: