highlight-colors

URL: https://github.com/brenoprata10/nvim-highlight-colors/

Maintainers: Gaetan Lepage

plugins.highlight-colors.enable

Whether to enable nvim-highlight-colors.

Type: boolean

Default: false

Example: true

Declared by:

plugins.highlight-colors.package

The nvim-highlight-colors package to use.

Type: package

Default: pkgs.vimPlugins.nvim-highlight-colors

Declared by:

plugins.highlight-colors.autoLoad

Whether to automatically load nvim-highlight-colors when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.highlight-colors.cmpIntegration

Whether to enable cmp-integration for nvim-highlight-colors…

Type: boolean

Default: false

Example: true

Declared by:

plugins.highlight-colors.settings

Options provided to the require('nvim-highlight-colors').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  enable_named_colors = true;
  render = "virtual";
  virtual_symbol = "■";
}

Declared by: