Skip to content

Instantly share code, notes, and snippets.

@deepredsky
Forked from othree/true-color-vim.sh
Created August 23, 2016 11:30
Show Gist options
  • Save deepredsky/6f6c2eb794b686d67d73d89d3916b464 to your computer and use it in GitHub Desktop.
Save deepredsky/6f6c2eb794b686d67d73d89d3916b464 to your computer and use it in GitHub Desktop.
hg clone https://bitbucket.org/ZyX_I/vim
cd vim
hg update 24-bit-xterm
cd src && make autoconf && cd ..
./configure \
--enable-gui=no \
--without-x \
--enable-multibyte \
--with-tlib=ncurses \
--enable-cscope \
--with-features=huge \
--disable-nls \
--enable-perlinterp \
--enable-pythoninterp \
--enable-rubyinterp \
--enable-termtruecolor
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment