emmet icon indicating copy to clipboard operation
emmet copied to clipboard

Limit Markup for HTML

Open anoopd opened this issue 2 years ago • 5 comments

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

anoopd avatar May 17 '22 11:05 anoopd

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

pedro757 avatar May 17 '22 18:05 pedro757

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

anoopd avatar May 18 '22 03:05 anoopd

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

anoopd avatar May 18 '22 03:05 anoopd

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?

pedro757 avatar Aug 04 '22 14:08 pedro757

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

anoopd avatar Aug 10 '22 05:08 anoopd