You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MY system is centos6.2
My vim version is 8.2(+python3/dyn +python/dyn)
libclang.so is 3.4
python is 2.6.6
python3 is 3.4.5
bash-4.1$ cat .vimrc
let g:clang_library_path='/usr/lib64/llvm/libclang.so'
let g:clang_complete_copen=1
let g:clang_periodic_quickfix=1
let g:clang_snippets=1
let g:clang_close_preview=1
bash-4.1$ ll /usr/lib64/llvm/libclang.so
-rwxr-xr-x 1 root root 14477112 Jan 3 2015 /usr/lib64/llvm/libclang.so
The error message "Option completefunc is not set"
The text was updated successfully, but these errors were encountered:
bash-4.1$ cat .vimrc
let g:clang_library_path='/usr/lib64/llvm/'
let g:clang_complete_copen=1
let g:clang_periodic_quickfix=1
let g:clang_snippets=1
let g:clang_close_preview=1
MY system is centos6.2
My vim version is 8.2(+python3/dyn +python/dyn)
libclang.so is 3.4
python is 2.6.6
python3 is 3.4.5
bash-4.1$ cat .vimrc
let g:clang_library_path='/usr/lib64/llvm/libclang.so'
let g:clang_complete_copen=1
let g:clang_periodic_quickfix=1
let g:clang_snippets=1
let g:clang_close_preview=1
bash-4.1$ ll /usr/lib64/llvm/libclang.so
-rwxr-xr-x 1 root root 14477112 Jan 3 2015 /usr/lib64/llvm/libclang.so
The error message "Option completefunc is not set"
The text was updated successfully, but these errors were encountered: