nvim use system clipboard
This commit is contained in:
parent
2d8b64ef26
commit
95120676a2
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ opt.termguicolors = true
|
|||
opt.showmode = false
|
||||
opt.mouse = ""
|
||||
opt.wrap = false
|
||||
opt.clipboard:append("unnamedplus")
|
||||
|
||||
vim.cmd.colorscheme("iceberg")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue