Results 500 comments of xaizek

Well, the mapping is problematic, but I'm not sure if there is a better way of writing it. auto-pairs tries to work around issues with vim-endwise and supertab. If Tim...

Hi, I don't think it's possible. At least I don't remember any way of skipping includes, but it was awhile. It also doesn't make much sense because `libclang` needs to...

I would guess #581 should fix this.

Does your `g:clang_auto_user_options` include `compile_commands.json` as per [documentation](https://github.com/Rip-Rip/clang_complete/blob/0918788ea0b9dc4c753ffd162c95f890ae57a275/doc/clang_complete.txt#L203)?

I've never tried using compilation database, maybe see #165, there was some discussion about absolute vs. relative paths.

Are you sure that clang_complete is responsible for user-defined completion, i.e. what's the output of `set completefunc?`?

It might be related to version of libclang provided with release/beta versions, maybe something is wrong with python bindings.

It can't on its own, but see #561 for two plugins that can make clang_complete work this way.

Neo/mucomplete make completion appear after you type several characters automatically. If you just want to trigger the completion manually, press Ctrl-XCtrl-U.

For headers, see #550. It also requires additional plugins.