Skip to content

Instantly share code, notes, and snippets.

@sim2github
Created April 20, 2018 08:28
Show Gist options
  • Save sim2github/7b2880b97482bbe2c99462a4adb1ff39 to your computer and use it in GitHub Desktop.
Save sim2github/7b2880b97482bbe2c99462a4adb1ff39 to your computer and use it in GitHub Desktop.
Vim Ultisnips support on ide.c9.io
cd $HOME
git clone https://github.com/vim/vim
cd vim
make distclean
./configure –enable-multibyte \
--enable-fontset \
--enable-xim \
--enable-gui=auto \
--enable-luainterp=dynamic \
--enable-pythoninterp=yes \
--enable-rubyinterp=dynamic \
--enable-perlinterp \
--enable-cscope \
--with-x \
--with-compiledby=erocpil \
--with-features=huge \
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment