1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 05:56:08 +01:00
nixvim/tests/test-sources/plugins/by-name/mini-bufremove/default.nix
2025-06-22 19:01:28 +00:00

14 lines
193 B
Nix

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