plugins/mini-icons: init

This commit is contained in:
Heitor Augusto 2025-05-24 17:04:56 -03:00
parent 2c0a9ff1e2
commit 69ee7b8fb9
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344
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";
};
};
};
};
};
}