emmet.vim是通过vundle安装的。
$ cd ~/.vim/bundle
$ git clone git@github.com:mattn/emmet-vim.git
ls .vim/bundle/emmet-vim
autoload emmet.vim.vimup plugin TODO unittest.vim
doc Makefile README.mkd TUTORIAL重新启动和编辑test.html文件。
cd /tmp
vim test.html如手册所示:id=2981
Type abbreviation
+-------------------------------------
| html:5_
+-------------------------------------
"_" is a cursor position. and type "<c-y>," (Ctrl + y and Comma)用这种方式输入html5和ctrl+y+,是没有用的。

用这种方式输入html5和ctrl+y+,也是没用的。

发布于 2017-03-12 11:39:11
用病原体安装
cd ~/.vim/bundle
git clone https://github.com/mattn/emmet-vim.githttps://stackoverflow.com/questions/42745706
复制相似问题