plugins.clangd-extensions.inlayHints.highlight

The color of the hints.

Type: null or string or raw lua code

Default: null

Plugin default: "Comment"

Declared by:

plugins.clangd-extensions.inlayHints.inline

Show hints inline.

Type: null or lua code string

Default: null

Plugin default: vim.fn.has("nvim-0.10") == 1

Declared by:

plugins.clangd-extensions.inlayHints.maxLenAlign

Whether to align to the length of the longest line in the file.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.clangd-extensions.inlayHints.maxLenAlignPadding

Padding from the left if max_len_align is true.

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

Default: null

Plugin default: 1

Declared by:

plugins.clangd-extensions.inlayHints.onlyCurrentLine

Only show inlay hints for the current line

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.clangd-extensions.inlayHints.onlyCurrentLineAutocmd

Event which triggers a refersh of the inlay hints. You can make this “CursorMoved” or “CursorMoved,CursorMovedI” but not that this may cause higher CPU usage. This option is only respected when onlyCurrentLine is true.

Type: null or string or raw lua code

Default: null

Plugin default: "CursorHold"

Declared by:

plugins.clangd-extensions.inlayHints.otherHintsPrefix

Prefix for all the other hints (type, chaining).

Type: null or string or raw lua code

Default: null

Plugin default: "=> "

Declared by:

plugins.clangd-extensions.inlayHints.parameterHintsPrefix

Prefix for parameter hints.

Type: null or string or raw lua code

Default: null

Plugin default: "<- "

Declared by:

plugins.clangd-extensions.inlayHints.priority

The highlight group priority for extmark.

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

Default: null

Plugin default: 100

Declared by:

plugins.clangd-extensions.inlayHints.rightAlign

Whether to align to the extreme right or not.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.clangd-extensions.inlayHints.rightAlignPadding

Padding from the right if right_align is true.

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

Default: null

Plugin default: 7

Declared by:

plugins.clangd-extensions.inlayHints.showParameterHints

Whether to show parameter hints with the inlay hints or not.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: