plugins.noice.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.markdown.hover
set handlers for hover (lua code)
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: