plugins.markview.settings.preview.enable

Enable preview functionality.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.markview.settings.preview.enable_hybrid_mode

Enable hybrid mode functionality.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.markview.settings.preview.buf_ignore

Buftypes to disable markview-nvim.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "nofile"
]

Declared by:

plugins.markview.settings.preview.hybrid_modes

Modes where hybrid mode is enabled.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.markview.settings.preview.icon_provider

Provider for icons. Available options:

  • “devicons”: Use nvim-web-devicons
  • “internal”: Use internal icons (default)
  • “mini”: Use mini.icons

Type: null or one of “devicons”, “internal”, “mini” or raw lua code

Default: null

Plugin default: "internal"

Declared by:

plugins.markview.settings.preview.modes

Modes where preview is enabled.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "n"
  "no"
  "c"
]

Declared by: