fix: Don't open hover on preview by default

Also updated docs
This commit is contained in:
hedy
2023-11-12 14:01:06 +08:00
parent fb9875bdcc
commit bc2b0ff9ac
2 changed files with 4 additions and 23 deletions

View File

@@ -38,7 +38,7 @@ M.defaults = {
min_width = 50,
relative_width = true,
border = 'single',
open_hover_on_preview = true,
open_hover_on_preview = false,
winhl = '',
winblend = 0,
},