plugins.clangd-extensions.inlayHints.highlight
The color of the hints.
Plugin default: "Comment"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.inline
Show hints inline.
Plugin default: vim.fn.has("nvim-0.10") == 1
Type: null or lua code string
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.maxLenAlign
Whether to align to the length of the longest line in the file.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.maxLenAlignPadding
Padding from the left if max_len_align is true.
Plugin default: 1
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.onlyCurrentLine
Only show inlay hints for the current line
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: "CursorHold"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.otherHintsPrefix
Prefix for all the other hints (type, chaining).
Plugin default: "=> "
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.parameterHintsPrefix
Prefix for parameter hints.
Plugin default: "<- "
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.priority
The highlight group priority for extmark.
Plugin default: 100
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.rightAlign
Whether to align to the extreme right or not.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.rightAlignPadding
Padding from the right if right_align is true.
Plugin default: 7
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.clangd-extensions.inlayHints.showParameterHints
Whether to show parameter hints with the inlay hints or not.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: