mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +00:00
neovim: tweaks for clipboard behavior
This commit is contained in:
parent
04d8e2f393
commit
9775700a57
1 changed files with 2 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue