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

Add option to not trigger update on large files

This commit is contained in:
raven42
2020-09-14 15:15:39 -05:00
parent 30fb229937
commit be67ff7ae7
3 changed files with 44 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ function! s:setup_options() abort
\ ['case_insensitive', 0],
\ ['compact', 0],
\ ['expand', 0],
\ ['file_size_limit', 0],
\ ['foldlevel', 99],
\ ['hide_nonpublic', 0],
\ ['height', 10],