clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

DEPRECATED use https://github.com/roxma/ncm2-pyclang instead

Results 4 clang_complete issues
Sort by recently updated
recently updated
newest added

Current options: - cc_args.py - ake VERBOSE=1 to show the compile command and then edit the .clang_complete manually.

An alternative to `.clang-complete` file way to use the `Rip-Rip/clang_complete` plugin is a json compilation database. Does your fork support this? I switched to your fork (same settings in init.vim...

Close https://github.com/roxma/nvim-completion-manager/issues/37

Possible sollution? 1. Detect `.clang_complete` and auto change directory before doing completion & goto declaration 2. Detect `.clang_complete` and convert the options based on current directory

bug