w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Add support to iTerm2 #8

Closed luan closed 10 years ago

luan commented 11 years ago

This adds support for a config option that will enable iTerm2 colors. Also adds step by step to README.

kyriacos commented 10 years ago

+1 tried it out. looks good.

gguimaraesbr commented 10 years ago

+1

leonardt commented 10 years ago

+1

csand commented 10 years ago

+1, looks great

esampaio commented 10 years ago

+1 awesome!

esampaio commented 10 years ago

@luan you should actually add this:

if !exists("g:hybrid_use_iTerm_colors")
  let g:hybrid_use_iTerm_colors = 0
endif

To the initialisation part of hybrid.vim. Otherwise it will throw an error if the variable is not set on the users' .vimrc

w0ng commented 10 years ago

Thanks! Merged