neoclide / coc-emmet

Emmet extension for coc.nvim
178 stars 9 forks source link

Support for multi type Vue file #21

Closed ghost closed 4 years ago

ghost commented 4 years ago

Is it possible to make coc-emmet work for template (for httpabbreviations) and style (for css abbreviations) sections of Vue files (and no abbreviations for script section at all)?

At the moment I can get following setups:

chemzqm commented 4 years ago

No

singlexyz commented 4 years ago

Use "emmet.includeLanguages": { "vue": "css" }, It Works. And the html part always work.

ghost commented 4 years ago

@singlexyz Perfect, works very nicely. Wish there was a way to disable it for script section though.