plugins.typst-vim.extraConfig.auto_close_toc

Specifies whether TOC will be automatically closed after using it.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.typst-vim.extraConfig.cmd

Specifies the location of the Typst executable.

Type: null or string or raw lua code

Default: null

Plugin default: "typst"

Declared by:

plugins.typst-vim.extraConfig.conceal_math

Enable concealment for math symbols in math mode (i.e. replaces symbols with their actual unicode character). Warning: this can affect performance

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.typst-vim.extraConfig.pdf_viewer

Specifies pdf viewer that typst watch --open will use.

Type: null or string

Default: null

Declared by: