neovim: tweaks for clipboard behavior

This commit is contained in:
John Bowdre 2024-12-09 16:50:33 -06:00
parent 04d8e2f393
commit 9775700a57
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -2,10 +2,9 @@
programs.nixvim = { programs.nixvim = {
clipboard = { clipboard = {
providers = { providers = {
wl-copy.enable = true;
xsel.enable = true; xsel.enable = true;
}; };
register = "unnamedplus"; register = "unnamed";
}; };
opts = { opts = {