disable mouse mode

This commit is contained in:
Micah Effiong 2023-10-22 15:16:22 +01:00
parent b674370db1
commit efadb0da22
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ vim.opt.splitbelow = true
-- horizontal cursorline
vim.opt.cursorline = true
-- disable mouse mode
vim.o.mouse = ''