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

kanagawa

URL: https://github.com/rebelot/kanagawa.nvim/

Maintainers: Gaetan Lepage


You can select the theme in two ways:

  • Set colorschemes.kanagawa.settings.theme AND explicitly unset vim.o.background (i.e. options.background = "").
  • Set colorschemes.kanagawa.settings.background (the active theme will depend on the value of vim.o.background).

colorschemes.kanagawa.enable

Whether to enable kanagawa.

Type: boolean

Default:

false

Example:

true

Declared by:

colorschemes.kanagawa.package

The kanagawa package to use.

Type: package

Default:

pkgs.vimPlugins.kanagawa-nvim

Declared by:

colorschemes.kanagawa.autoLoad

Whether to automatically load kanagawa when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

colorschemes.kanagawa.callSetup

Whether to generate the standard require('kanagawa').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: