nix-community.nixvim/tests/test-sources/plugins/by-name/wrapping/default.nix
2024-10-02 06:11:12 -06:00

17 lines
293 B
Nix

{
empty = {
plugins.wrapping.enable = true;
};
defaults = {
plugins.wrapping = {
enable = true;
settings = {
notify_on_switch = true;
create_commands = true;
create_keymaps = false;
set_nvim_opt_default = true;
};
};
};
}