emmet icon indicating copy to clipboard operation
emmet copied to clipboard

How can i change the priority?

Open otavioschwanck opened this issue 2 years ago • 4 comments

image

Emmet is on the way of more important completions, how can i send it to the end of the completion list?

otavioschwanck avatar Apr 10 '22 05:04 otavioschwanck

I think this could be solved with nvim-cmp sorting options, but I haven't read the docs yet. Maybe changing the source priority in the cmp config.

pedro757 avatar Apr 11 '22 00:04 pedro757

It would be cool if this <whatever>${1}</whatever> match could be disabled. It gets returned on every single keystroke and I never use it. Even after changing source priority in nvi-cmp I think it's quite annoying!

jesperp avatar Jun 22 '22 22:06 jesperp

I got the same problem. Every time I write something this snippet gets suggested first. Even in JS/TS. I still want the other lsp suggestions to appear first so changing the cmp order wouldn't be a solution. image

robin-whg avatar Jun 29 '22 11:06 robin-whg

Did anyone found a solution? Im not able not change the source order in cmp, and that <whatever>${1}</whatever> is extremely annoying

ajboni avatar Sep 03 '22 23:09 ajboni