feat(nvim): disable mouse
This commit is contained in:
parent
4a76b526af
commit
70984e2a9a
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ vim.opt.foldmethod = "expr"
|
||||||
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||||
vim.opt.foldlevelstart = 99
|
vim.opt.foldlevelstart = 99
|
||||||
|
|
||||||
|
-- disable mouse
|
||||||
|
vim.opt.mouse = ""
|
||||||
|
|
||||||
-- set cursorline in active window
|
-- set cursorline in active window
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
augroup CursorLine
|
augroup CursorLine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue