eyeliner
URL: https://github.com/jinh0/eyeliner.nvim/
Maintainers: Axel Karjalainen
Move faster with unique f/F indicators
plugins.eyeliner.enable
Whether to enable eyeliner.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.eyeliner.package
The eyeliner package to use.
Type: package
Default:
pkgs.vimPlugins.eyeliner-nvim
Declared by:
plugins.eyeliner.autoLoad
Whether to automatically load eyeliner when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.eyeliner.settings
Options provided to the require('eyeliner').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
# show highlights only after keypress
highlight_on_key = true;
# dim all other characters if set to true
dim = true;
}
Declared by: