Skip to content

Instantly share code, notes, and snippets.

@othree
Last active August 23, 2016 18:29
Show Gist options
  • Save othree/6087586 to your computer and use it in GitHub Desktop.
Save othree/6087586 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
@othree
Copy link
Author

othree commented Jul 26, 2013

@othree
Copy link
Author

othree commented Jul 26, 2013

in .vimrc

set guicolors

@chrsue
Copy link

chrsue commented Feb 7, 2014

I tried to follow the steps for true collor vim. Unfortunately hg update 24-bit-xterm failed. What did I wrong? Can somebody help me? Thanks, Christoph

@cioddi
Copy link

cioddi commented May 17, 2015

after following the steps I get the error "Unknown option: guicolors"

edit: Just found out that /usr/bin/vi still linked to my old vim installation

@hamaney
Copy link

hamaney commented Jul 20, 2016

@cioddi I have the same issue of "Unknown option: guicolors"

@deepredsky
Copy link

the option has been renamed

set termguicolors

this will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment