feat: Center view on jump/goto

This commit is contained in:
hedy
2023-11-17 12:34:14 +08:00
parent 62dea5bff9
commit a1aa652fb2
3 changed files with 7 additions and 0 deletions

View File

@@ -181,6 +181,9 @@ Pass a table to the setup call with your configuration options.
-- boolean or integer for milliseconds duration to apply a temporary highlight
-- when jumping. false to disable.
jump_highlight_duration = 300,
-- Whether to center the cursor line vertically in the screen when
-- jumping/focusing. Runs zz.
center_on_jump = true,
-- Vim options for the outline window
show_numbers = false,