plugins/mini-icons: add mockDevIcons

This commit is contained in:
Austin Horstman 2024-09-05 18:30:03 -05:00
parent 84249a9dab
commit 9a156ae60c
No known key found for this signature in database
2 changed files with 35 additions and 4 deletions

View file

@ -59,6 +59,7 @@
background = "#351721";
foreground = "#cdc4c6";
};
icons = { };
indentscope = { };
jump = { };
jump2d = { };
@ -77,4 +78,12 @@
};
};
};
icons-mock = {
plugins.mini = {
enable = true;
mockDevIcons = true;
modules.icons = { };
};
};
}