chore(vim): always use system clipboard for yank and paste
This commit is contained in:
parent
7aedfa5b11
commit
0f12aa9c57
1 changed files with 3 additions and 0 deletions
|
|
@ -28,3 +28,6 @@ vim.opt.list = true
|
|||
vim.opt.listchars = "tab:» ,extends:›,precedes:‹,nbsp:·,trail:·"
|
||||
|
||||
vim.g.python3_host_prog = "/usr/bin/python3"
|
||||
|
||||
-- Always use system clipboard (I might regret this)
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
|
|
|||
Loading…
Reference in a new issue