set clipbord

This commit is contained in:
Raoul Branten 2025-05-19 14:27:25 +02:00
parent 2a238d1d3f
commit fa0b59a67a

View File

@ -39,3 +39,6 @@ vim.opt.smartcase = true
vim.opt.incsearch = true
vim.opt.hlsearch = true
vim.opt.wildignorecase = true
-- system clipboard
vim.opt.clipboard = 'unnamedplus'