- Notifications
You must be signed in to change notification settings - Fork0
[DEPRECATED] usehttps://github.com/ncm2/ncm2-pyclang instead
License
ncm2/ncm2-clang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a temporary repo ported fromncm-clang.
I'm going to write a new c/c++ completion plugin based on libclang instead ofthe clang executable. But before that happen, I still need a decent C/C++completion plugin.
Plug'ncm2/ncm2-clang'
If you're using cmake, addset(CMAKE_EXPORT_COMPILE_COMMANDS, 1)
intoCMakeLists.txt
so thatcompile_commands.json
will be generated.
A list of paths for locatingcompile_commands.json
. Default is['compile_commands.json', 'build/compile_commands.json']
The command to invodeclang
executable. Defaults to['clang']
.
Get compilation flags and directory for current file.
The following vimrc shows how to useRip-Rip/clang_complete's gotodeclaration feature.
About
[DEPRECATED] usehttps://github.com/ncm2/ncm2-pyclang instead