sync system clipboard

This commit is contained in:
2025-04-20 21:10:15 -04:00
parent cf0fa75058
commit b632c0c3af
2 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ vim.g.loaded_netrwPlugin = 1
vim.opt.termguicolors = true
-- Synchronize with system clipboard
vim.opt.clipboard = "unnamed"
vim.opt.clipboard:append("unnamedplus")
-- Always show the signcolumn
vim.opt.signcolumn = "yes"