sidekick
URL: https://github.com/folke/sidekick.nvim/
Maintainers: Austin Horstman
plugins.sidekick.enable
Whether to enable sidekick.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.sidekick.package
The sidekick package to use.
Type: package
Default:
pkgs.vimPlugins.sidekick-nvim
Declared by:
plugins.sidekick.autoLoad
Whether to automatically load sidekick when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.sidekick.settings
Options provided to the require('sidekick').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
cli = {
mux = {
backend = "zellij";
enabled = true;
};
};
}
Declared by: