fix: reenable copying to system clipboard

This commit is contained in:
Nydragon 2024-06-14 21:55:12 +09:00
parent 05ded629ca
commit 61bd36fd2f
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -57,6 +57,6 @@ vim.g.signcolumn = "yes"
vim.g.mapleader = " "
vim.g.clipboard = "unnamedplus"
vim.o.clipboard = "unnamedplus"
require("plugins")