plugins/mini-bufremove: init

This commit is contained in:
Heitor Augusto 2025-05-25 16:15:20 -03:00
parent 1c5c991fda
commit e1283f56b1
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-bufremove";
moduleName = "mini.bufremove";
packPathName = "mini.bufremove";
maintainers = [ lib.maintainers.HeitorAugustoLN ];
settingsExample = {
silent = true;
};
}