1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add g:tagbar_jump_offset configuration (#695)

Closes #504

Add a new `g:tagbar_jump_offset` value which will control the tag jump location relative to the center of the screen.
This commit is contained in:
raven42
2020-10-29 12:58:17 -05:00
committed by GitHub
parent 00841836b4
commit d55c16e875
3 changed files with 42 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ function! s:setup_options() abort
\ ['hide_nonpublic', 0],
\ ['height', 10],
\ ['indent', 2],
\ ['jump_offset', 0],
\ ['left', 0],
\ ['help_visibility', 0],
\ ['position', default_pos],