This commit is contained in:
Heitor Augusto 2025-06-20 13:25:50 +00:00 committed by GitHub
commit c2101fddca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

View file

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