feat(nvim): disable mouse by default
This commit is contained in:
parent
5dd4be2373
commit
7c3160386f
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ o.showcmd = false
|
|||
o.laststatus = 3
|
||||
o.cmdheight = 0
|
||||
|
||||
-- Disable mouse
|
||||
o.mouse = ""
|
||||
|
||||
-- Disable native bufferline
|
||||
o.showtabline = 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue