plugins/yanky: fix wrong definition of setupOptions

This commit is contained in:
Gaetan Lepage 2024-01-24 10:38:25 +01:00 committed by Gaétan Lepage
parent a6b541a3aa
commit 90847146d6

View file

@ -227,20 +227,20 @@ in {
picker.telescope.mappings
);
};
system_clipboard = {
sync_with_ring = systemClipboard.syncWithRing;
};
highlight = {
on_put = highlight.onPut;
on_yank = highlight.onYank;
inherit (highlight) timer;
};
preserve_cursor_position = {
inherit (preserveCursorPosition) enabled;
};
textobj = {
inherit (textobj) enabled;
};
};
system_clipboard = {
sync_with_ring = systemClipboard.syncWithRing;
};
highlight = {
on_put = highlight.onPut;
on_yank = highlight.onYank;
inherit (highlight) timer;
};
preserve_cursor_position = {
inherit (preserveCursorPosition) enabled;
};
textobj = {
inherit (textobj) enabled;
};
}
// cfg.extraOptions;