forked from xavierd/clang_complete
-
Notifications
You must be signed in to change notification settings - Fork 0
Vim plugin that use clang for completing C/C++ code.
tobiasgrosser/clang_complete
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This plugin uses clang for accurately completing C and C++ code. To build and install in one step, type: $ make install To build and install in two steps, type: $ make $ vim clang_complete.vmb -c 'so %' -c 'q' Alternatively, you can also put the files in ~/.vim/ You need Vim 7.3 or higher, compiled with python support and ideally, with the conceal feature. See doc/clang_complete.txt for help and license.
About
Vim plugin that use clang for completing C/C++ code.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 91.5%
- Vim Script 8.3%
- C++ 0.2%