Skip to content

Instantly share code, notes, and snippets.

@ytaniike
Created November 29, 2013 14:16
Show Gist options
  • Save ytaniike/7706293 to your computer and use it in GitHub Desktop.
Save ytaniike/7706293 to your computer and use it in GitHub Desktop.
The emmet setting in my .vimrc
let g:user_emmet_settings = {
\ 'indentation' : ' ',
\ 'lang' : 'ja',
\ 'custom_expands' : {
\ '^\%(lorem\|lipsum\)\(\d*\)$'
\ : function('emmet#lorem#ja#expand'),
\ }
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment