zk
URL: https://github.com/zk-org/zk-nvim/
Maintainers: Gaetan Lepage
Neovim extension for the zk plain text note-taking assistant.
plugins.zk.enable
Whether to enable zk.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.zk.package
The zk package to use.
Type: package
Default:
pkgs.vimPlugins.zk-nvim
Declared by:
plugins.zk.autoLoad
Whether to automatically load zk when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.zk.callSetup
Whether to generate the standard require('zk').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: