Compare commits

...

3 Commits

Author SHA1 Message Date
7572b52d6f please? 2025-11-05 21:56:42 -06:00
68ca7ff5f8 i swear this time 2025-11-05 21:54:50 -06:00
51d9300990 fix clipboard once and for all 2025-11-05 21:51:59 -06:00

View File

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