clang complete doesn't work

前端 未结 2 1388
天命终不由人
天命终不由人 2021-01-19 01:43

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:

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-19 02:08

    The common solution to this appears to be to add:

    let g:clang_user_options='|| exit 0'
    

    to your .vimrc file.

提交回复
热议问题