auto_jump config param
This commit is contained in:
@@ -61,6 +61,7 @@ Pass a table to the setup call above with your configuration options.
|
||||
relative_width = true,
|
||||
width = 25,
|
||||
auto_close = false,
|
||||
auto_jump = false,
|
||||
show_numbers = false,
|
||||
show_relative_numbers = false,
|
||||
show_symbol_details = true,
|
||||
@@ -126,6 +127,7 @@ Pass a table to the setup call above with your configuration options.
|
||||
│relative_width │Whether width of window is set relative to existing windows │boolean │true │
|
||||
│width │Width of window (as a % or columns based on relative_width) │int │25 │
|
||||
│auto_close │Whether to automatically close the window after selection │boolean │false │
|
||||
|auto_jump | Whether to automatically jump to the symbol in the source window | boolean | false |
|
||||
│auto_preview │Show a preview of the code on hover │boolean │false │
|
||||
│show_numbers │Shows numbers with the outline │boolean │false │
|
||||
│show_relative_numbers │Shows relative numbers with the outline │boolean │false │
|
||||
|
||||
Reference in New Issue
Block a user