mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
17 lines
293 B
Nix
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;
|
|
};
|
|
};
|
|
};
|
|
}
|