This is awesome! The docs are a bit misleading though, as you don't need
Vundle to use YCM. E.g with https://github.com/junegunn/vim-plug
installed, you can add the following to your .vimrc:
call plug#begin()
Plug 'Valloric/YouCompleteMe', {'do': './install.sh --clang-completer'}
autocmd! User
Note that bug 1185612 currently causes the compiles to fail (workaround in
the bug).
I also had to |brew unlink python| to prevent segfaulting on startup. I
didn't need to use MacVIM.
HTH,
bholley
On Mon, Jul 20, 2015 at 9:02 AM, Benoit Girard wrote:
> YouCompleteMe supports has landed in Geck
YouCompleteMe supports has landed in Gecko. It doesn't require any mozilla
configuration changes on your part. We've landed a file at the root of the
tree '.ycm_extra_conf.py' that lets YCM query the build system for the
configuration of each file giving accurate results that match your
environment
3 matches
Mail list logo