Add Tagbar to the filetype's blacklist

This commit is contained in:
Andrea Cedraro 2013-08-09 15:04:50 +02:00
parent 88bd375efd
commit ed174f9e31

View File

@ -80,6 +80,7 @@ let g:ycm_filetype_blacklist =
\ 'markdown' : 1,
\ 'text' : 1,
\ 'unite' : 1,
\ 'tagbar' : 1,
\ } ) )
let g:ycm_filetype_specific_completion_to_disable =