Emmet-vim
Plug-in for expanding abbreviations similar to emmet
Emmet-vim is a Vim plugin that brings Emmet-style abbreviation expansion to Vim users working with HTML, CSS, JSX, and other markup-heavy formats. It lets you type compact CSS-selector-like expressions and expand them into full HTML or XML structures with a single key combination, drastically speeding up front-end templating. The plugin supports many Emmet constructs such as IDs, classes, nesting, multiplication, numbering, text content, and attribute syntax. It can be installed using common Vim plugin managers like vim-plug, Vundle, or Pathogen, or manually by copying the plugin and autoload directories. ...