neovim: disable mouse completely
This commit is contained in:
@@ -23,7 +23,7 @@ opt.hidden = true
|
||||
opt.writebackup = false
|
||||
opt.encoding = "utf-8"
|
||||
opt.updatetime = 300
|
||||
opt.mouse = "nvh"
|
||||
opt.mouse = ""
|
||||
opt.cursorline = true
|
||||
opt.clipboard = "unnamedplus"
|
||||
opt.signcolumn = "yes"
|
||||
|
||||
Reference in New Issue
Block a user