feat(nvim): disable mouse by default

This commit is contained in:
Sergio Laín 2025-09-17 23:42:53 +02:00
parent 5dd4be2373
commit 7c3160386f
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -40,6 +40,9 @@ o.showcmd = false
o.laststatus = 3
o.cmdheight = 0
-- Disable mouse
o.mouse = ""
-- Disable native bufferline
o.showtabline = 0