nix-community.nixvim/tests/test-sources/plugins/by-name/wrapping/default.nix
2024-09-27 02:18:51 -06:00

12 lines
171 B
Nix

{
empty = {
plugins.wrapping.enable = true;
};
defaults = {
plugins.wrapping = {
enable = true;
settings.notify_on_switch = true;
};
};
}