Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Last active December 18, 2015 23:49
Show Gist options
  • Select an option

  • Save saihoooooooo/5864683 to your computer and use it in GitHub Desktop.

Select an option

Save saihoooooooo/5864683 to your computer and use it in GitHub Desktop.
shellscript for vim build.
#!/bin/sh
# vim:set sts=2 sw=2 tw=0 et:
./configure \
--prefix=/usr/local \
--with-features=huge \
--enable-multibyte \
--enable-luainterp \
--with-luajit \
--enable-fail-if-missing && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment