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

I suggest the author to add a warning message about "python support" #401

Open duleshi opened 10 years ago

duleshi commented 10 years ago

This plugin needs vim to be compiled with python support, which is not the case for some distros like Debian. So I suggest the author of this plugin to add something to remind the new users in the web page http://www.vim.org/scripts/script.php?script_id=3302.

PS: In Debian, one can install python supported vim by "apt-get install vim-nox". But the default vim definitely doesn't have python support.