nix-community.nixvim/tests/test-sources/plugins/by-name/wrapping/default.nix

13 lines
171 B
Nix
Raw Normal View History

2024-09-27 01:57:19 -06:00
{
empty = {
plugins.wrapping.enable = true;
};
defaults = {
plugins.wrapping = {
enable = true;
settings.notify_on_switch = true;
};
};
}