quarto
URL: https://github.com/quarto-dev/quarto-nvim/
Maintainers: Boney Patel
Quarto-nvim provides tools for working on Quarto manuscripts in Neovim.
plugins.quarto.enable
Whether to enable quarto.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.quarto.package
The quarto package to use.
Type: package
Default:
pkgs.vimPlugins.quarto-nvim
Declared by:
plugins.quarto.autoLoad
Whether to automatically load quarto when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.quarto.callSetup
Whether to generate the standard require('quarto').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: