Created
April 20, 2018 08:28
-
-
Save sim2github/7b2880b97482bbe2c99462a4adb1ff39 to your computer and use it in GitHub Desktop.
Vim Ultisnips support on ide.c9.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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