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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
293 B
Nix
Raw Normal View History

2024-09-27 01:57:19 -06:00
{
empty = {
plugins.wrapping.enable = true;
};
defaults = {
plugins.wrapping = {
enable = true;
2024-09-30 12:22:35 -06:00
settings = {
notify_on_switch = true;
create_commands = true;
create_keymaps = false;
set_nvim_opt_default = true;
};
2024-09-27 01:57:19 -06:00
};
};
}