cursorline
URL: https://github.com/ya2s/nvim-cursorline/
Maintainers: Austin Horstman
A Neovim plugin to highlight the cursor line and word under the cursor.
plugins.cursorline.enable
Whether to enable cursorline.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cursorline.package
The cursorline package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-cursorline
Declared by:
plugins.cursorline.autoLoad
Whether to automatically load cursorline when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cursorline.callSetup
Whether to generate the standard require('nvim-cursorline').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: