I'm trying to make clang_complete and neocomplcache to play along nicely. My problem is that when I open a cpp
, c
, objc
or objcpp
file 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 if there's a way so that I don't get this error anymore ? Is there a way I could use clang_complete
and somehow still have access to let's say neocomplcache
snippets ?