markview
URL: https://github.com/OXY2DEV/markview.nvim/
Maintainers: Austin Horstman
An experimental markdown previewer for Neovim.
Supports a vast amount of rendering customization. Please refer to the plugin’s documentation for more details.
plugins.markview.enable
Whether to enable markview.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.markview.package
The markview package to use.
Type: package
Default:
pkgs.vimPlugins.markview-nvim
Declared by:
plugins.markview.autoLoad
Whether to automatically load markview when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.markview.callSetup
Whether to generate the standard require('markview').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: