mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +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 = {
|
||||
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
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue