plugins/package-info: init

This commit is contained in:
Austin Horstman 2024-09-17 23:37:33 -05:00
parent 04ad7937c0
commit d4b1827606
No known key found for this signature in database
2 changed files with 139 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
empty = {
plugins.package-info.enable = true;
};
default = {
plugins.package-info = {
enable = true;
settings = {
colors = {
up_to_date = "#3C4048";
outdated = "#d19a66";
invalid = "#ee4b2b";
};
icons = {
enable = true;
style = {
up_to_date = "| ";
outdated = "| ";
invalid = "| ";
};
};
autostart = true;
package_manager = "npm";
hide_up_to_date = false;
hide_unstable_versions = false;
};
};
};
}