为什么不能激活emmet.vim?

时间:2017-03-12 09:18:53

标签: vim debian emmet

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 +,是没有用的。

enter image description here

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

enter image description here

2 个答案:

答案 0 :(得分:1)

情况可能是emmet未正确安装或可用。

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

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

正确安装

要使用emmet,您必须遵循您提到的第一种方法。即在编辑空间本身输入html5并执行 ctrl y 后跟

答案 1 :(得分:0)

用病原体安装

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