Enable mouse in insert mode

This commit is contained in:
Evie Litherland-Smith 2022-11-28 16:53:10 +00:00
parent 8c16cb127c
commit 2b07f2e07b

View file

@ -5,7 +5,7 @@ vim.g.python_indent = {
continue = 'shiftwidth()',
closed_paren_align_last_line = 'v:false',
}
vim.opt.mouse = "nv"
vim.opt.mouse = "nvi"
vim.opt.shiftwidth = 4
vim.opt.number = true
vim.opt.relativenumber = true