chadtree
URL: https://github.com/ms-jpq/chadtree/
Maintainers: Gaetan Lepage
plugins.chadtree.enable
Whether to enable chadtree.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.chadtree.package
The chadtree package to use.
Type: package
Default:
pkgs.vimPlugins.chadtree
Declared by:
plugins.chadtree.autoLoad
Whether to automatically load chadtree when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.chadtree.callSetup
Whether to generate the standard require('chadtree').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
chadtreeLua module.
Type: boolean
Default:
false
Declared by:
plugins.chadtree.settings
Options provided as vim.api.nvim_set_var('chadtree_settings', settings).
Type: lua value
Default:
{ }
Example:
{
theme = {
icon_glyph_set = "devicons";
text_colour_set = "nerdtree_syntax_dark";
};
view = {
window_options = {
relativenumber = true;
};
};
}
Declared by: