kiwi
URL: https://github.com/serenevoid/kiwi.nvim/
Maintainers: Gaetan Lepage
plugins.kiwi.enable
Whether to enable kiwi.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.kiwi.package
The kiwi package to use.
Type: package
Default:
pkgs.vimPlugins.kiwi-nvim
Declared by:
plugins.kiwi.autoLoad
Whether to automatically load kiwi when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.kiwi.callSetup
Whether to generate the standard require('kiwi').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:
plugins.kiwi.settings
Options provided to the require('kiwi').setup function.
Type: lua value
Default:
{ }
Example:
[
{
name = "work";
path = "work-wiki";
}
{
name = "personal";
path = "personal-wiki";
}
]
Declared by: