emmet
emmet copied to clipboard
How can i change the priority?
Emmet is on the way of more important completions, how can i send it to the end of the completion list?
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.
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!
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.
Did anyone found a solution? Im not able not change the source order in cmp, and that <whatever>${1}</whatever>
is extremely annoying