feat(config): Enable auto_preview by default

This commit is contained in:
simrat39
2021-05-29 19:16:27 -07:00
parent 23f253aa38
commit b3ea81ef9a
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ local defaults = {
highlight_hovered_item = true,
show_guides = true,
position = 'right',
auto_preview = false, -- experimental
auto_preview = true,
keymaps = {
close = "<Esc>",
goto_location = "<Cr>",