plugins/wrapping: Add more options

This commit is contained in:
Zain Kergaye 2024-09-30 12:22:35 -06:00
parent 846e1a321a
commit 0ca98d0210
2 changed files with 67 additions and 6 deletions

View file

@ -6,7 +6,12 @@
defaults = {
plugins.wrapping = {
enable = true;
settings.notify_on_switch = true;
settings = {
notify_on_switch = true;
create_commands = true;
create_keymaps = false;
set_nvim_opt_default = true;
};
};
};
}