onsails/lspkind.nvim

Text type suggestion is off to the left by one.

YongzeYao opened this issue · 2 comments

image
Here is how it looks like.
I want all kinds to align perfectly. Is this a bug or is it because I have a messed up config.
Here is my nvim-cmp config:

	formatting = {
		format = lspkind.cmp_format({
			maxwidth = 50,
			ellipsis_char = "...",
		}),
	},

I believe it has nothing to do with lspkind because it only works with "f Function" row, not the function completion.
Does this problem persist if you disable lspkind?

Huh... Interesting, same behavior even if I turned off lspkind.
I will look into this and see if there is something wrong with my nvim-cmp.
Thank you! And happy new year! : )