feat: Focus and unfocus outline window

This commit is contained in:
hedy
2023-11-01 16:50:44 +08:00
parent 0769cfe5c3
commit 2df9662290
3 changed files with 59 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ M.defaults = {
auto_unfold_hover = true,
fold_markers = { '', '' },
wrap = false,
focus_on_open = true,
keymaps = { -- These keymaps can be a string or a table for multiple keys
close = { '<Esc>', 'q' },
goto_location = '<Cr>',