vim - clang complete doesn't work -
i installed clang_complete vim,but doesn't work. example: when typed std:: in c++ file vim, bottom of vim's window shows that:
user defined completion (^u^n^p) pattern not found how can solve this?
the common solution appears to add:
let g:clang_user_options='|| exit 0' to .vimrc file.
Comments
Post a Comment