plugins.noice.settings.markdown.highlights
Set highlight groups.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default:
{
"@%S+" = "@parameter";
"^%s*(Parameters:)" = "@text.title";
"^%s*(Return:)" = "@text.title";
"^%s*(See also:)" = "@text.title";
"{%S-}" = "@parameter";
"|%S-|" = "@text.reference";
}
Declared by:
plugins.noice.settings.markdown.hover
Set handlers for hover.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default:
{
"%[.-%]%((%S-)%)" = {
__raw = "require('noice.util').open";
};
"|(%S-)|" = {
__raw = "vim.cmd.help";
};
}
Declared by: