Skip to content

Instantly share code, notes, and snippets.

@othree
Last active August 23, 2016 18:29
Show Gist options
  • Select an option

  • Save othree/6087586 to your computer and use it in GitHub Desktop.

Select an option

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

othree commented Jul 26, 2013

Copy link
Copy Markdown
Author

@othree

othree commented Jul 26, 2013

Copy link
Copy Markdown
Author

in .vimrc

set guicolors

@chrsue

chrsue commented Feb 7, 2014

Copy link
Copy Markdown

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

cioddi commented May 17, 2015

Copy link
Copy Markdown

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

hamaney commented Jul 20, 2016

Copy link
Copy Markdown

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

@deepredsky

Copy link
Copy Markdown

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