plugins/mini-icons: init

This commit is contained in:
Heitor Augusto 2025-05-24 17:04:56 -03:00 committed by Austin Horstman
parent 660939f942
commit b836928032
2 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
empty = {
plugins.mini-icons.enable = true;
};
example = {
plugins.mini-icons = {
enable = true;
settings = {
style = "glyph";
extension = {
lua = {
hl = "Special";
};
};
file = {
"init.lua" = {
glyph = "";
hl = "MiniIconsGreen";
};
};
};
};
};
}