typst-preview

URL: https://github.com/chomosuke/typst-preview.nvim/

Maintainers: Gaetan Lepage

plugins.typst-preview.enable

Whether to enable typst-preview.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.typst-preview.package

The typst-preview.nvim package to use.

Type: package

Default: pkgs.vimPlugins.typst-preview-nvim

Declared by:

plugins.typst-preview.autoLoad

Whether to automatically load typst-preview.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.typst-preview.settings

Options provided to the require('typst-preview').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  debug = true;
  dependencies_bin = {
    tinymist = "tinymist";
    websocat = "websocat";
  };
  port = 8000;
}

Declared by:

plugins.typst-preview.tinymistPackage

The tinymist package to use.

Type: null or package

Default: pkgs.tinymist

Declared by:

plugins.typst-preview.websocatPackage

The websocat package to use.

Type: null or package

Default: pkgs.websocat

Declared by: