Re: Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Andrew Halberstadt
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

Re: Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Bobby Holley
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

Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Benoit Girard
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