Skip to content
Shawon edited this page Aug 9, 2024 · 2 revisions

🔗 Links

links = {
    padding_left = " ",
    padding_right = " ",

    icon = nil,
    hl = "HelpviewMentionlink"
},

🔩 Configuration options

Every note configuration table has the following options,

  • padding_left, string or nil

    Text used as the left padding of the label.

  • icon, string or nil

    Text used as the icon for the heading.

  • hl, string or nil

    Highlight group for links.

  • padding_right, string or nil

    Text used as the right padding of the label.

Clone this wiki locally