diff --git a/lua/regularnick/opts.lua b/lua/regularnick/opts.lua index c9ddeeb8..18094f99 100644 --- a/lua/regularnick/opts.lua +++ b/lua/regularnick/opts.lua @@ -10,7 +10,7 @@ vim.opt.number = true vim.opt.relativenumber = true -- Enable mouse mode, can be useful for resizing splits for example! -vim.opt.mouse = '' +vim.opt.mouse = 'a' -- Don't show the mode, since it's already in the status line vim.opt.showmode = false