From 7e102e35556147d7779ea219b86ad54360c648fc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 Nov 2024 23:11:06 +0000 Subject: [PATCH] Enable the mouse in Neovim I already have it enabled in i3, tmux, etc, so why not in Vim? --- nvim/lua/opdavies/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/opdavies/options.lua b/nvim/lua/opdavies/options.lua index 0c5d1d1..4702b28 100644 --- a/nvim/lua/opdavies/options.lua +++ b/nvim/lua/opdavies/options.lua @@ -16,7 +16,7 @@ local settings = { laststatus = 3, linebreak = true, list = true, - mouse = "", + mouse = "a", number = true, pumblend = 10, pumheight = 10,