为什么无法激活emmet.vim?

Why can't activate emmet.vim?

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

按照手册说的做: http://www.vim.org/scripts/script.php?script_id=2981

Type abbreviation
 +-------------------------------------
 | html:5_
 +-------------------------------------
"_" is a cursor position. and type "<c-y>," (Ctrl + y and Comma)

这样输入html5和ctrl+y+,是没用的

html5和ctrl+y+,这样输入也没用

可能是emmet没有正确安装或不可用。

要确定 emmet 是否可用,运行 :scriptnames 并查看 emmet 是否存在

如果从https://github.com/mattn/emmet-vim

安装不正确

要使用emmet,您必须按照您提到的第一种方法进行操作。即在编辑 space 本身时输入 html5 并执行 ctrly 然后是 ,

用病原体安装它

cd ~/.vim/bundle
git clone https://github.com/mattn/emmet-vim.git