mouse and clipboard changes
This commit is contained in:
parent
d4677f674e
commit
fc2a75ada1
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ vim.opt.updatetime = 50
|
|||
|
||||
vim.opt.signcolumn = "no" -- no no no
|
||||
|
||||
vim.opt.mouse = nil -- leave my cursor out of this
|
||||
|
||||
vim.opt.clipboard = "unnamedplus" -- yank to system clipboard
|
||||
|
||||
-- from my original vimrc
|
||||
vim.opt.expandtab = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue