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.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: