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

colorful-winsep

URL: https://github.com/nvim-zh/colorful-winsep.nvim/

Maintainers: Saygo

plugins.colorful-winsep.enable

Whether to enable colorful-winsep.

Type: boolean

Default: false

Example: true

Declared by:

plugins.colorful-winsep.package

The colorful-winsep package to use.

Type: package

Default: pkgs.vimPlugins.colorful-winsep-nvim

Declared by:

plugins.colorful-winsep.autoLoad

Whether to automatically load colorful-winsep when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.colorful-winsep.settings

Options provided to the require('colorful-winsep').setup function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  border = [
    "━"
    "┃"
    "┏"
    "┓"
    "┗"
    "┛"
  ];
  excluded_ft = [
    "NvimTree"
  ];
  highlight = "#b8bb26";
}

Declared by: