Use system clipboard on all platforms
This commit is contained in:
@ -51,9 +51,9 @@ vim.opt.completeopt = 'menu,menuone,noselect'
|
|||||||
----------------------------
|
----------------------------
|
||||||
-------- CLIPBOARD ---------
|
-------- CLIPBOARD ---------
|
||||||
----------------------------
|
----------------------------
|
||||||
if vim.fn.has("wsl") == 1 then
|
-- if vim.fn.has("wsl") == 1 then
|
||||||
vim.opt.clipboard = vim.opt.clipboard + 'unnamedplus'
|
vim.opt.clipboard:append('unnamedplus')
|
||||||
end
|
-- end
|
||||||
|
|
||||||
|
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user