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

web-devicons

URL: https://github.com/nvim-tree/nvim-web-devicons

Maintainers: Refael Sheinker


Provides file type icons for Neovim.

plugins.web-devicons.enable

Whether to enable web-devicons.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.web-devicons.package

The web-devicons package to use.

Type: package

Default:

pkgs.vimPlugins.nvim-web-devicons

Declared by:

plugins.web-devicons.autoLoad

Whether to automatically load web-devicons when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.web-devicons.customIcons

Custom overrides for icons.

Type: null or (attribute set of ((open submodule of anything) or raw lua code)) or raw lua code

Default: null

Plugin default: { }

Declared by:

plugins.web-devicons.settings

Options provided to the require('nvim-web-devicons').setup function.

Type: lua value

Default:

{ }

Example:

{
  color_icons = true;
  strict = true;
}

Declared by: