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 = {
clipboard = {
providers = {
wl-copy.enable = true;
xsel.enable = true;
};
register = "unnamedplus";
register = "unnamed";
};
opts = {
@ -43,4 +42,4 @@
foldlevel = 99; # folds with a level higher than this number will be closed
};
};
}
}