Replies: 2 comments
|
okay ig for now I'll just replace the icon |
0 replies
|
Seems like the missalignment of the colored bog is just caused by the default value for fill in the label component being set to true |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello and first of all @saghen amazing work with the plugin
I decided to switch here from my own completion engine care.nvim
So currently configuring this to get my old look again
I got the following config
columns = { { "item_idx" }, { "label", "color_block" }, { "kind_icon_blended" }, { "source_name" } },I'd have expected that label and color_block are the same column, but it seems like they're kinda separate (I expected the block for the first entry to be right next to the text)
Also as in that image: how can I get rid of there just being some blocks where the kind icon should be?
I'm currently just using
ctx.kind_iconand this seems kinda wrongTwo more things:
Edit: it seems like the options once existed but no longer do?
blink.cmp/lua/blink/cmp/completion/windows/render/text.lua
Line 63 in 679a2ff
All reactions