addet mousemode for hover to bufferline

This commit is contained in:
pika 2024-08-25 14:08:55 +02:00
parent ead9a06e79
commit 2fba1f0beb
4 changed files with 136 additions and 97 deletions

View file

@ -16,6 +16,7 @@ o.expandtab = true -- expand tab to spaces
o.autoindent = true -- copy indent from current line when starting new one
o.mouse = "a"
o.mousemoveevent = true
o.wrap = false
-- search settings