(nvim) fixed clipboard selection
This commit is contained in:
@@ -3,9 +3,7 @@ vim.wo.number = true
|
|||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
|
|
||||||
-- sync clipboards of nvim and os
|
-- sync clipboards of nvim and os
|
||||||
vim.schedule(function()
|
|
||||||
vim.opt.clipboard = "unnamedplus"
|
vim.opt.clipboard = "unnamedplus"
|
||||||
end)
|
|
||||||
|
|
||||||
-- disable line wrap..
|
-- disable line wrap..
|
||||||
vim.o.wrap = false
|
vim.o.wrap = false
|
||||||
|
|||||||
Reference in New Issue
Block a user