mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: disable mouse pop-up menu
This commit is contained in:
parent
17abdef84b
commit
642b5a8bce
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ vim.wo.number = true
|
||||||
|
|
||||||
-- Enable mouse mode
|
-- Enable mouse mode
|
||||||
vim.o.mouse = 'a'
|
vim.o.mouse = 'a'
|
||||||
|
vim.o.mousemodel = 'extend'
|
||||||
|
|
||||||
-- Enable break indent
|
-- Enable break indent
|
||||||
vim.o.breakindent = false
|
vim.o.breakindent = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue