zotcite
URL: https://github.com/jalvesaq/zotcite/
Maintainers: Gaetan Lepage
Neovim plugin for integration with Zotero.
plugins.zotcite.enable
Whether to enable zotcite.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.zotcite.package
The zotcite package to use.
Type: package
Default:
pkgs.vimPlugins.zotcite
Declared by:
plugins.zotcite.autoLoad
Whether to automatically load zotcite when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.zotcite.callSetup
Whether to generate the standard require('zotcite').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: