nix-community.nixvim/tests/test-sources/plugins/by-name/mini-bufremove/default.nix
2025-06-20 10:25:38 -03:00

14 lines
193 B
Nix

{
empty = {
plugins.mini-bufremove.enable = true;
};
example = {
plugins.mini-bufremove = {
enable = true;
settings = {
silent = true;
};
};
};
}