Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

dracula-nvim

URL: https://github.com/Mofiqul/dracula.nvim/

Maintainers: Refael Sheinker

colorschemes.dracula-nvim.enable

Whether to enable dracula-nvim.

Type: boolean

Default:

false

Example:

true

Declared by:

colorschemes.dracula-nvim.package

The dracula-nvim package to use.

Type: package

Default:

pkgs.vimPlugins.dracula-nvim

Declared by:

colorschemes.dracula-nvim.autoLoad

Whether to automatically load dracula-nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

colorschemes.dracula-nvim.callSetup

Whether to generate the standard require('dracula').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.dracula-nvim.settings

Options provided to the require('dracula').setup function.

Type: lua value

Default:

{ }

Example:

{
  colors = {
    green = "#00FF00";
  };
  italic_comment = true;
}

Declared by: