Add Tagbar to the filetype's blacklist
This commit is contained in:
parent
88bd375efd
commit
ed174f9e31
@ -80,6 +80,7 @@ let g:ycm_filetype_blacklist =
|
|||||||
\ 'markdown' : 1,
|
\ 'markdown' : 1,
|
||||||
\ 'text' : 1,
|
\ 'text' : 1,
|
||||||
\ 'unite' : 1,
|
\ 'unite' : 1,
|
||||||
|
\ 'tagbar' : 1,
|
||||||
\ } ) )
|
\ } ) )
|
||||||
|
|
||||||
let g:ycm_filetype_specific_completion_to_disable =
|
let g:ycm_filetype_specific_completion_to_disable =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user