pedro757 / emmet

Emmet language server for autocompletion in LSP compatible editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit Markup for HTML

anoopd opened this issue · comments

commented

Hi
Is it possible to limit the markup to HTML elements and attributes and avoiding the behaviour in the image below ( which is an expected behaviour for javascriptreact and jsx . )
2

As a work around you could modify your sources priorities in nvim-cmp, I'm reading the LSP docs but it's a really bad documentation

commented

Ty , will try it and let you know how it worked .

commented

I tried bringing my snippet engine as first priority , but not working .

The thing is there are custom web components in html, so I can't think of a good way to handle this. Do you have any idea?

commented

I have found https://github.com/aca/emmet-ls . Not sure whether it is helpful or not .