disable mouse mode

pull/598/head
Micah Effiong 2 years ago
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…
Cancel
Save