# clang_complete **Repository Path**: add358/clang_complete ## Basic Information - **Project Name**: clang_complete - **Description**: This plugin use clang for accurately completing C and C++ code. - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-31 - **Last Updated**: 2022-10-21 ## Categories & Tags **Categories**: utils **Tags**: None ## README 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.