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