Enable the mouse in Neovim
I already have it enabled in i3, tmux, etc, so why not in Vim?
This commit is contained in:
parent
bac14a8cb1
commit
7e102e3555
|
@ -16,7 +16,7 @@ local settings = {
|
|||
laststatus = 3,
|
||||
linebreak = true,
|
||||
list = true,
|
||||
mouse = "",
|
||||
mouse = "a",
|
||||
number = true,
|
||||
pumblend = 10,
|
||||
pumheight = 10,
|
||||
|
|
Loading…
Reference in a new issue