do not share clipboard with vim registers

This commit is contained in:
Patrick Michl
2024-11-18 18:10:10 +01:00
parent b65164cbbf
commit 4440625390

View File

@@ -12,7 +12,6 @@
opts = { opts = {
number = true; number = true;
relativenumber = true; relativenumber = true;
clipboard = "unnamedplus";
tabstop = 2; tabstop = 2;
softtabstop = 2; softtabstop = 2;