I installed clang_complete for vim,but it doesn't work. For example: When I typed std::
in a c++ file with vim, the bottom of vim's window shows that:
User defined completion (^U^N^P) Pattern not found
How can I solve this?
The common solution to this appears to be to add:
let g:clang_user_options='|| exit 0'
to your .vimrc file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With