plugins.cursorline.cursorword.enable

Underlines the word under the cursor.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.cursorline.cursorword.hl

Highliht definition map for cursorword highlighting.

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

Default: null

Plugin default:

{
  underline = true;
}

Declared by:

plugins.cursorline.cursorword.minLength

Minimum length for underlined words.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 3

Declared by: