re-add clipboard, middle click and ctrl+c

This commit is contained in:
Vladan Popovic 2024-08-13 15:40:32 +02:00
parent 5c8e114e44
commit 022660396e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ vim.opt.smartcase = true
vim.opt.splitbelow = true vim.opt.splitbelow = true
vim.opt.splitright = true vim.opt.splitright = true
vim.opt.number = true vim.opt.number = true
vim.opt.clipboard = 'unnamed,unnamedplus'
vim.opt.autoindent = false vim.opt.autoindent = false
vim.opt.smartindent = false vim.opt.smartindent = false