I am trying to do clang_complete and neocomplcache to play well. My problem is that when I open the cpp , c , objc or objcpp , I get the following error from neocomplcache
completefunc=ClangComplete^@^ILast set from ~/.vim/plugin/clang_complete.vim Another plugin set completefunc! Disabled neocomplcache.
clang_complete.vim has the following configuration line:
au FileType c,cpp,objc,objcpp call <SID>ClangCompleteInit()
My question is, is there a way so that I no longer get this error? Is there a way I could use clang_complete and somehow still have access to tell neocomplcache fragments?
Goles source share