feat(nvim): disable mouse
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
|
||||
|
|
Loading…
Reference in New Issue