majutsushi / clang_complete

Vim plugin that use clang for completing C/C++ code.

Home Page:http://www.vim.org/scripts/script.php?script_id=3302

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.vba -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.

http://www.vim.org/scripts/script.php?script_id=3302


Languages

Language:Python 71.7%Language:Vim Script 28.3%