mkdnflow
URL: https://github.com/jakewvincent/mkdnflow.nvim/
Maintainers: Austin Horstman
plugins.mkdnflow.enable
Whether to enable mkdnflow.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mkdnflow.package
The mkdnflow package to use.
Type: package
Default:
pkgs.vimPlugins.mkdnflow-nvim
Declared by:
plugins.mkdnflow.autoLoad
Whether to automatically load mkdnflow when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mkdnflow.callSetup
Whether to generate the standard require('mkdnflow').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: