diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index 7dd90eda..268a9a50 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -79,6 +79,7 @@ let g:ycm_filetype_blacklist = \ 'notes' : 1, \ 'markdown' : 1, \ 'text' : 1, + \ 'unite' : 1, \ } ) ) let g:ycm_filetype_specific_completion_to_disable =