unified
URL: https://github.com/axkirillov/unified.nvim/
Maintainers: Austin Horstman
plugins.unified.enable
Whether to enable unified.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.unified.package
The unified.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.unified-nvim
Declared by:
plugins.unified.autoLoad
Whether to automatically load unified.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.unified.settings
Options provided to the require('unified').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
auto_refresh = false;
line_symbols = {
add = "";
change = "";
delete = "";
};
}
Declared by: