1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-02-01 05:25:44 +01:00

Add g:tagbar_no_autocmds option to disable almost all autocmds (#688)

* Closed #578 - Add `g:tagbar_no_autocmds` option to disable almost all autocommands

* Rework to be more streamlined
This commit is contained in:
raven42
2021-01-12 07:41:38 -06:00
committed by GitHub
parent 2a36ad79a7
commit e6e6582739
3 changed files with 60 additions and 33 deletions

View File

@@ -103,6 +103,7 @@ function! s:setup_options() abort
\ ['highlight_follow_insert', 0],
\ ['highlight_method', 'nearest-stl'],
\ ['ignore_anonymous', 0],
\ ['no_autocmds', 0],
\ ['position', default_pos],
\ ['previewwin_pos', previewwin_pos],
\ ['scopestrs', {}],