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