editors.neovim: Fix clipboard copy
All checks were successful
check / check (push) Successful in 35s

I forget to add registers = "unnamedplus"
This commit is contained in:
Florian RICHER 2025-06-27 11:34:56 +02:00
parent de546d46d6
commit 7d9119e35b

View file

@ -38,6 +38,8 @@ in {
clipboard = { clipboard = {
enable = true; enable = true;
registers = "unnamedplus";
providers = { providers = {
wl-copy.enable = true; wl-copy.enable = true;
}; };