diff --git a/lua/options.lua b/lua/options.lua index 4967119c..646fd772 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -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