Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

NeoComplCache #505

Closed shiro-saber closed 8 years ago

shiro-saber commented 8 years ago

Hi it is not an issue as such, my question, I read that you can use neocomplcache with clang complete to have an autocomplete for c ++, Could you say if it is true ?, if that's true, how this would be done?

Shougo commented 8 years ago
    let g:clang_complete_auto = 0
    let g:clang_auto_select = 0
    let g:clang_default_keymappings = 0
    "let g:clang_use_library = 1

And please set g:neocomplcache_force_omni_patterns.