xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Confused by installation instructions #568

Closed mvanaltvorst closed 2 years ago

mvanaltvorst commented 5 years ago

Just put the files in ~/.vim/

Which files is the README.md talking about? Should I just git clone the whole repo into ~/.vim/? I feel like the README should be more clear about this.

talih0 commented 5 years ago

I would suggest to use https://github.com/VundleVim/Vundle.vim as your vim plugin manager. Modify your .vimrc as per instructions on Vundle.

Then add: Plugin 'rip-rip/clang_complete' in your .vimrc to install clang_complete.

xaizek commented 2 years ago

813aa270bd390bf64f03dc34f98834fb726a707d should help with this.