re-add clipboard, middle click and ctrl+c
This commit is contained in:
parent
5c8e114e44
commit
022660396e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ vim.opt.smartcase = true
|
|||
vim.opt.splitbelow = true
|
||||
vim.opt.splitright = true
|
||||
vim.opt.number = true
|
||||
vim.opt.clipboard = 'unnamed,unnamedplus'
|
||||
|
||||
vim.opt.autoindent = false
|
||||
vim.opt.smartindent = false
|
||||
|
|
Loading…
Reference in a new issue