mouse and clipboard changes

This commit is contained in:
Erik Stambaugh 2024-06-13 08:29:11 -07:00
parent d4677f674e
commit fc2a75ada1

View file

@ -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