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;
settings = {
vim = {
clipboard = {
enable = true;
providers.wl-copy.enable = true;
};
globals = {
mapleader = " ";
maplocalleader = " ";
@@ -139,7 +143,7 @@ in {
];
options = {
clipboard = "unnamedplus";
#clipboard = "unnamedplus";
# line numbers
number = true;