emmet
emmet copied to clipboard
Limit Markup for HTML
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 . )
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
Ty , will try it and let you know how it worked .
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?
I have found https://github.com/aca/emmet-ls . Not sure whether it is helpful or not .