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:
@@ -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', {}],
|
||||
|
||||
Reference in New Issue
Block a user