clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

my error is " User defined completion (^U^N^P) Back at original"

Open begend opened this issue 9 years ago • 1 comments

my conf as folows: let g:clang_user_options='|| exit 0' let g:clang_complete_auto = 1 let g:clang_complete_copen=1
let g:clang_library_path = '/home/work/lib/llvm/libclang.so

thanks

begend avatar Sep 11 '16 09:09 begend

Try changing configuration to this:

let g:clang_complete_auto = 1
let g:clang_complete_copen = 1

let g:clang_library_path = '/home/work/lib/llvm/'

xaizek avatar Sep 11 '16 10:09 xaizek