disable mouse in nvim
Signed-off-by: Dhanus M Lal <dhanusmlal@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ vim.opt.autoindent = true
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.mouse = ""
|
||||
|
||||
vim.opt.statusline = '%f %m %y %= C:%c L:%l/%L %p%%'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user