We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e745c commit b16c5dbCopy full SHA for b16c5db
.vimrc
@@ -431,8 +431,12 @@ let Tlist_Compact_Format = 1
431
"====[ Tagbar plugin ]==================================================
432
let g:tagbar_autoshowtag = 1
433
let g:tagbar_autopreview = 0
434
-let g:tagbar_silent = 0
435
-autocmd VimEnter * nested :call tagbar#autoopen(1)
+let g:tagbar_silent = 1
+"let g:tagbar_ctags_options = ['./ctag-options']
436
+augroup Tagbar_group
437
+ autocmd!
438
+ autocmd VimEnter * nested :call tagbar#autoopen(1)
439
+augroup END
440
441
"====[ airline ]=========================================================
442
" use powerline fonts to show beautiful symbols
0 commit comments