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
No known key found for this signature in database
GPG Key ID: BFE0ACEE21CD5EB0

View File

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