Auto Completion Using YouCompleteMe in Vim
Posted on Sep 22, 2015 in Software
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **
-
You might need the package
python-dev
(in Debian Series) orpython-devel
(in Arch Linux) in order to compile the Vim addon YouCompleteMe. -
you should use install.py instead of install.sh. The later one is deprecated.
-
Run the following command to compile YouCompleteMe with clang support.
bash ./install.py --clang-completer
This has been integrated into the scriptlinfig.vim
-
YouCompeleteMe configuration file, this is done via the command linfig.vim currently
-
YCM can be installed on Cygwin as well if you do not have clang installed on cygwin then compile with the following command
language ./install.py
-
functions opened in all buffers are accessible by YCM, so they can be autocompleted
-
requires cmake to compile, added to linstall.vim