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