feat(nvim): disable mouse
This commit is contained in:
parent
4a76b526af
commit
70984e2a9a
@ -39,6 +39,9 @@ vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
vim.opt.foldlevelstart = 99
|
||||
|
||||
-- disable mouse
|
||||
vim.opt.mouse = ""
|
||||
|
||||
-- set cursorline in active window
|
||||
vim.cmd([[
|
||||
augroup CursorLine
|
||||
|
Reference in New Issue
Block a user