Skip to content

Code blocks

Shawon edited this page Aug 8, 2024 · 1 revision

💻 Code blocks

code_blocks = {
    enable = true,

    hl = "CodeBlock",
    language_hl = "TablineSel"
}

🔩 Configuration options

  • enable, boolean or nil

    Used for disabling rendering of code blocks.

  • hl, string or nil

    Highlight group for the code blocks.

  • language_hl, string or nil

    Highlight group for the language name.

Clone this wiki locally