fix clipboard once and for all

This commit is contained in:
2025-11-05 21:51:59 -06:00
parent 183eb27980
commit 51d9300990

View File

@@ -22,6 +22,10 @@ in {
enable = true; enable = true;
settings = { settings = {
vim = { vim = {
clipboard = {
enable = true;
providers.wl-copy.enable = true;
};
globals = { globals = {
mapleader = " "; mapleader = " ";
maplocalleader = " "; maplocalleader = " ";
@@ -139,7 +143,7 @@ in {
]; ];
options = { options = {
clipboard = "unnamedplus"; #clipboard = "unnamedplus";
# line numbers # line numbers
number = true; number = true;