neoclide/coc-emmet

doesn't trigger snippet

iamcco opened this issue · 3 comments

test.js

div>li   // can't work
div>li*3  // can work

record: https://asciinema.org/a/4MOWvNTG9dCBLH7R0ZrOfc11K

I can't reproduce the problem, consider debug it: https://github.com/neoclide/coc.nvim/wiki/Debug-coc.nvim

ok, will do it later

Hi, I'm using the Example vim configuration in https://github.com/neoclide/coc.nvim, and everything is working as expected, so it's probably a configuration issue.