Enable the mouse in Neovim

I already have it enabled in i3, tmux, etc, so why not in Vim?
This commit is contained in:
Oliver Davies 2024-11-30 23:11:06 +00:00
parent bac14a8cb1
commit 7e102e3555

View file

@ -16,7 +16,7 @@ local settings = {
laststatus = 3,
linebreak = true,
list = true,
mouse = "",
mouse = "a",
number = true,
pumblend = 10,
pumheight = 10,