set omnifunc=ClangComplete
set completefunc=ClangComplete
let g:clang_snippets = 1
let g:clang_snippets_engine = 'clang_complete'
let g:clang_library_path='/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/lib'
I am not sure what else I could do. Please let me know.
I am having trouble using clang_complete with MacOS Big Sur. I installed the plugin using vim pack.
:version
outputI added the following lines to ~/.vim/vimrc
I am not sure what else I could do. Please let me know.