Skip to content
Whitney Young edited this page Oct 1, 2015 · 1 revision

Vim Setup

After running :PluginInstall, you'll need to run the following commands:

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
Clone this wiki locally