feat(auto_preview): Experimental auto preview and auto hover support

#10
This commit is contained in:
simrat39
2021-05-02 17:49:18 -07:00
parent a3634eadbd
commit e9adda47f3
4 changed files with 244 additions and 3 deletions

View File

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