mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
plugins/wrapping: Add more options
This commit is contained in:
parent
846e1a321a
commit
0ca98d0210
2 changed files with 67 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue