coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

[feature request] please make the completion menu floating window, so that you can manipulate however you want

Open alexzanderr opened this issue 3 years ago • 8 comments

nvim-cmp recently made it floating window, in which it can customize the text with colors.

image

for example here i would like to color with red, for example, all the chars entered from keyboard (req) and to make the rest of the word (uire) with a dark grey. something like that. and maybe to change the color of LSP to green.

alexzanderr avatar Nov 19 '21 21:11 alexzanderr

from what i know is that pmenu from vim can only color the current line, not items separately from the line, like individual chars with different colors. that is what i request.

alexzanderr avatar Nov 19 '21 21:11 alexzanderr

anyway. great plugin. i moved from nvim-cmp which was the best for me, to coq, nvim-cmp had everything perfect, except speed, this one is very fast, completion is instant, but this would also be very great if would had, custom colors and an api to call, for example, coq.complete.confirm() func, instead of using <c-y> like old ways in vim.

alexzanderr avatar Nov 19 '21 21:11 alexzanderr

I moved back to nvim-cmp as colors are a deal breaker for eye coordination.

DimitrisMilonopoulos avatar Dec 22 '21 19:12 DimitrisMilonopoulos

I really enjoy both!

Actually I keep going back and forth between these two .. often I come back to coq cause it's so fast that makes coding more enjoyable (I hate slow apps) but from time to time I miss the really good astestic from cmp, specially with the ability to tweak the highlight groups as we wish.

rodhash avatar Dec 23 '21 03:12 rodhash

hummmm this one is doable, but will take a bit of effort. i've been really busy for the past few months, but will get more time in the next week or two

ms-jpq avatar Jan 04 '22 04:01 ms-jpq

the nice thing is coq already does align all the text already so its all gucci

ms-jpq avatar Jan 04 '22 04:01 ms-jpq

https://github.com/ms-jpq/coq_nvim/issues/90, https://github.com/ms-jpq/coq_nvim/issues/384

will make this possible

ms-jpq avatar Jan 04 '22 05:01 ms-jpq

Hi, is there any update on this issue? I would also like to have colors in the completion items

sandangel avatar Feb 06 '22 23:02 sandangel