nerdy
URL: https://github.com/2KAbhishek/nerdy.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin for searching, previewing, and inserting Nerd Font glyphs.
plugins.nerdy.enable
Whether to enable nerdy.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.nerdy.enableTelescope
Whether to enable telescope integration.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.nerdy.package
The nerdy package to use.
Type: package
Default:
pkgs.vimPlugins.nerdy-nvim
Declared by:
plugins.nerdy.autoLoad
Whether to automatically load nerdy when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.nerdy.callSetup
Whether to generate the standard require('nerdy').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
nerdyLua module.
Type: boolean
Default:
false
Declared by: