1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 12:00:23 +01:00

Add g:tagbar_highlight_follow_insert option (#725)

This adds an option making the highlight in the Tagbar follow the cursor
in insert mode as well. This feature is guarded behind an option because
it may introduce some delay in the input.

GitHub: closes #724
This commit is contained in:
pacien
2021-01-11 14:24:49 +01:00
committed by GitHub
parent 778d41f437
commit 6f02f1f852
3 changed files with 18 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ function! s:setup_options() abort
\ ['jump_lazy_scroll', 0],
\ ['left', 0],
\ ['help_visibility', 0],
\ ['highlight_follow_insert', 0],
\ ['highlight_method', 'nearest-stl'],
\ ['ignore_anonymous', 0],
\ ['position', default_pos],