mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
plugins/yanky: fix wrong definition of setupOptions
This commit is contained in:
parent
a6b541a3aa
commit
90847146d6
1 changed files with 14 additions and 14 deletions
|
@ -227,6 +227,7 @@ in {
|
||||||
picker.telescope.mappings
|
picker.telescope.mappings
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
};
|
||||||
system_clipboard = {
|
system_clipboard = {
|
||||||
sync_with_ring = systemClipboard.syncWithRing;
|
sync_with_ring = systemClipboard.syncWithRing;
|
||||||
};
|
};
|
||||||
|
@ -241,7 +242,6 @@ in {
|
||||||
textobj = {
|
textobj = {
|
||||||
inherit (textobj) enabled;
|
inherit (textobj) enabled;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
// cfg.extraOptions;
|
// cfg.extraOptions;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue