plugins.noice.markdown.highlights

set highlight groups

Plugin default:

{
  "|%S-|" = "@text.reference";
  "@%S+" = "@parameter";
  "^%s*(Parameters:)" = "@text.title";
  "^%s*(Return:)" = "@text.title";
  "^%s*(See also:)" = "@text.title";
  "{%S-}" = "@parameter";
}

Type: null or (attribute set of string)

Default: null

Declared by:

plugins.noice.markdown.hover

set handlers for hover (lua code)

Plugin default:

{
  "|(%S-)|" = helpers.mkRaw "vim.cmd.help"; // vim help links
  "%[.-%]%((%S-)%)" = helpers.mkRaw "require("noice.util").open"; // markdown links
}

Type: null or (attribute set of string)

Default: null

Declared by: