render-markdown
URL: https://github.com/MeanderingProgrammer/render-markdown.nvim/
Maintainers: Gaetan Lepage
Plugin to improve viewing Markdown files in Neovim.
plugins.render-markdown.enable
Whether to enable render-markdown.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.render-markdown.package
The render-markdown package to use.
Type: package
Default:
pkgs.vimPlugins.render-markdown-nvim
Declared by:
plugins.render-markdown.autoLoad
Whether to automatically load render-markdown when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.render-markdown.callSetup
Whether to generate the standard require('render-markdown').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: