> Michael Ludwig schrieb am 05.04.2012 um 01:35 (+0200):
> >
> > I installed the Cygwin clang packages and the clang_complete Vim
> > plugin from Github.
> I got it working! :) And it rocks big time!
It rocks even more using libclang instead of the clang executable.
In order for that to happen, I downloaded the Vim tarball and
recompiled as follows:
./configure --prefix=/usr/local \
--with-features=huge \
--enable-pythoninterp \
--enable-gui=no --without-x \
--enable-multibyte \
--with-tlib=ncursesw
I added these, but they're not necessary for libclang to work:
--enable-perlinterp \
--enable-rubyinterp \
Clang completion in Vim, this is huge!
Michael
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment