mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +02:00
plugins/wrapping: init
This commit is contained in:
parent
10925d811c
commit
31579dc201
2 changed files with 38 additions and 0 deletions
12
tests/test-sources/plugins/by-name/wrapping/default.nix
Normal file
12
tests/test-sources/plugins/by-name/wrapping/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.wrapping.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.wrapping = {
|
||||
enable = true;
|
||||
settings.notify_on_switch = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue