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.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.colorful-winsep.package

The colorful-winsep.nvim package to use.

Type: package

Default: pkgs.vimPlugins.colorful-winsep-nvim

Declared by:

plugins.colorful-winsep.autoLoad

Whether to automatically load colorful-winsep.nvim 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: attribute set of anything

Default: { }

Example:

{
  hi = {
    bg = "#7d8618";
    fg = "#b8bb26";
  };
  no_exec_files = [
    "packer"
    "TelescopePrompt"
    "mason"
    "CompetiTest"
    "NvimTree"
  ];
  only_line_seq = true;
  symbols = [
    "━"
    "┃"
    "┏"
    "┓"
    "┗"
    "┛"
  ];
}

Declared by: