Skip to content

Instantly share code, notes, and snippets.

@craigwaterman
Created October 30, 2015 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigwaterman/c1c03a4b04b8856643a6 to your computer and use it in GitHub Desktop.
Save craigwaterman/c1c03a4b04b8856643a6 to your computer and use it in GitHub Desktop.
vim_term_true_colors
hg clone https://bitbucket.org/ZyX_I/vim
hg update local-default
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu --enable-termtruecolor --enable-gui --with-x
make
sudo make install
// https://groups.google.com/forum/#!topic/vim_use/OixiqMYqcns
// Add this to .vimrc
set guicolors
execute "set t_8f=\e[38;2;%lu;%lu;%lum"
execute "set t_8b=\e[48;2;%lu;%lu;%lum"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment