Skip to content

Instantly share code, notes, and snippets.

@Garoth
Created February 18, 2014 23:40
Show Gist options
  • Save Garoth/9082956 to your computer and use it in GitHub Desktop.
Save Garoth/9082956 to your computer and use it in GitHub Desktop.
if has('conceal')
echo "enabling conceal"
set conceallevel=3
set concealcursor="nvic"
syn match javaScriptGlobal 'var' conceal cchar=v
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment