(nvim) fixed clipboard selection

This commit is contained in:
zegonix
2026-04-20 15:22:24 +02:00
parent d362f03534
commit 64d8115fbe
@@ -3,9 +3,7 @@ vim.wo.number = true
vim.o.relativenumber = true
-- sync clipboards of nvim and os
vim.schedule(function()
vim.opt.clipboard = "unnamedplus"
end)
-- disable line wrap..
vim.o.wrap = false