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

tiny-devicons-auto-colors

URL: https://github.com/rachartier/tiny-devicons-auto-colors.nvim/

Maintainers: Austin Horstman


A Neovim plugin that automatically assigns colors to devicons based on their nearest color in a predefined color palette.

plugins.tiny-devicons-auto-colors.enable

Whether to enable tiny-devicons-auto-colors.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.tiny-devicons-auto-colors.package

The tiny-devicons-auto-colors package to use.

Type: package

Default:

pkgs.vimPlugins.tiny-devicons-auto-colors-nvim

Declared by:

plugins.tiny-devicons-auto-colors.autoLoad

Whether to automatically load tiny-devicons-auto-colors when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.tiny-devicons-auto-colors.callSetup

Whether to generate the standard require('tiny-devicons-auto-colors').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: