disable mouse mode
This commit is contained in:
parent
b674370db1
commit
efadb0da22
|
@ -21,3 +21,6 @@ vim.opt.splitbelow = true
|
|||
|
||||
-- horizontal cursorline
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- disable mouse mode
|
||||
vim.o.mouse = ''
|
||||
|
|
Loading…
Reference in New Issue