feat: added autoclose functionality

This commit is contained in:
Andrew
2021-11-23 05:09:08 +11:00
parent 552b67993e
commit f98bc4de86
3 changed files with 12 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ or skip this section entirely if you want to roll with the defaults.
auto_preview = true,
position = 'right',
width = 25,
auto_close = false,
show_numbers = false,
show_relative_numbers = false,
show_symbol_details = true,
@@ -132,6 +133,15 @@ width
Type: int
-----------------------------------------------------------------------------
auto_close
Whether to automatically close the window after selection
Default: false ~
Type: boolean
-----------------------------------------------------------------------------
auto_preview