yank ó clipboard

This commit is contained in:
serxoz 2022-11-02 16:09:27 +01:00
parent 5e07486b09
commit ff16c14971

View File

@ -5,6 +5,8 @@ vim.opt.relativenumber = true
vim.opt.errorbells = false
vim.opt.clipboard = "unnamedplus"
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4