Merge pull request #499 from vheon/patch-1
Add Tagbar to the filetype's blacklist
This commit is contained in:
commit
b46aa009fd
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user