From d770c0f9b71aba420fd6d026dc45c648bb3360f2 Mon Sep 17 00:00:00 2001 From: NikitaT Date: Sun, 9 Jun 2024 14:42:10 +0200 Subject: [PATCH] returned response to mouse because fixed clipboard --- lua/regularnick/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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