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 nvim-cursorline.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cursorline.package
The nvim-cursorline package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-cursorline
Declared by:
plugins.cursorline.autoLoad
Whether to automatically load nvim-cursorline when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: