neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

How can I use snippet with vue #34

Closed vinibispo closed 4 years ago

vinibispo commented 4 years ago

Hello everyone, sorry for that dummy question, but there is no such answer for that in net. When I was in vscode, I could use div.wrapper and that would be like this <div class="wrapper"></div>. How can I do that in vim using coc-vetur?

chemzqm commented 4 years ago

Use coc-emmet

vinibispo commented 4 years ago

Thank you, I'll try using that