preview
URL: https://github.com/henriklovhaug/Preview.nvim/
Maintainers: Gaetan Lepage
Neovim wrapper around MD-TUI.
plugins.preview.enable
Whether to enable preview.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.preview.package
The preview package to use.
Type: package
Default:
pkgs.vimPlugins.Preview-nvim
Declared by:
plugins.preview.autoLoad
Whether to automatically load preview when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.preview.callSetup
Whether to generate the standard require('preview').setup(...) call for this plugin.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: