plugins.package-info.settings.icons
Icons for virtual text.
Type: null or anything or (attribute set of anything) or raw lua code
Default:
null
Plugin default:
{
enable = true;
style = {
invalid = "| ";
outdated = "| ";
up_to_date = "| ";
};
}
Declared by:
plugins.package-info.settings.icons.enable
Whether to display icons.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
plugins.package-info.settings.icons.style
Icons for different dependency states.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default:
{
invalid = "| ";
outdated = "| ";
up_to_date = "| ";
}