editors.neovim: Fix clipboard copy
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
I forget to add registers = "unnamedplus"
This commit is contained in:
parent
de546d46d6
commit
7d9119e35b
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ in {
|
||||||
clipboard = {
|
clipboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
registers = "unnamedplus";
|
||||||
|
|
||||||
providers = {
|
providers = {
|
||||||
wl-copy.enable = true;
|
wl-copy.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue