We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After running :PluginInstall, you'll need to run the following commands:
:PluginInstall
sudo apt-get install build-essential cmake python-dev cd ~/.vim/bundle/YouCompleteMe EXTRA_CMAKE_ARGS="-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython2.7.so.1 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7" PATH="/usr/sbin:/usr/bin:/sbin:/bin" ./install.sh cd ~/.vim/bundle/tern_for_vim npm install