Skip to content

Instantly share code, notes, and snippets.

@frnz
Created December 2, 2010 00:28
Show Gist options
  • Save frnz/724522 to your computer and use it in GitHub Desktop.
Save frnz/724522 to your computer and use it in GitHub Desktop.
" Save as conceal.vim at ~/.vim/bundle/ruby-conceal/after/syntax/ruby if you
" use Pathogen or at ~/.vim/after/syntax/ruby otherwise
if !has('conceal')
finish
endif
syntax keyword rubyControl not conceal cchar=¬
syntax keyword rubyKeyword lambda conceal cchar=λ
set conceallevel=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment