plugins/mini-align: init

This commit is contained in:
Heitor Augusto 2025-05-23 19:29:02 -03:00
parent 4dc8d1e918
commit ec1e2fc489
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
empty = {
plugins.mini-align.enable = true;
};
example = {
plugins.mini-align = {
enable = true;
settings.silent = true;
};
};
}