Skip to content

Instantly share code, notes, and snippets.

@vbauerster
Created May 26, 2016 08:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vbauerster/d3c465b4dca3168ad8303ada0ffaf921 to your computer and use it in GitHub Desktop.
Save vbauerster/d3c465b4dca3168ad8303ada0ffaf921 to your computer and use it in GitHub Desktop.
imap <expr><TAB>
\ neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" :
\ emmet#getFileType()=='html' && match(getline('.'), '<.*>')<0 ? emmet#expandAbbrIntelligent("\<plug>(emmet-move-next)") :
\ pumvisible() ? "\<C-n>" :
\ "\<TAB>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment