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 = {
number = true;
relativenumber = true;
clipboard = "unnamedplus";
tabstop = 2;
softtabstop = 2;