Last active
August 23, 2016 18:29
-
-
Save othree/6087586 to your computer and use it in GitHub Desktop.
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
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 |
in .vimrc
set guicolors
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
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
@cioddi I have the same issue of "Unknown option: guicolors"
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
https://code.google.com/p/iterm2/ nightly