disable mouse mode
This commit is contained in:
parent
b674370db1
commit
efadb0da22
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ vim.opt.splitbelow = true
|
|||
|
||||
-- horizontal cursorline
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- disable mouse mode
|
||||
vim.o.mouse = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue