I'm wondering how to remove ~ in the completion window like for ~ to for, I think the icon already shows us that this item is a snippet, and it's expandable, so ~ in the completion window feels a bit redundant
oh, i issue the wrong place XD, it should be the cmp_luasnip, but I'm not sure if it's nvim-cmp's problem or cmp_luasnip's problem, I have read the cmp_luasnip's source code and seems there's no ~ in it.
I'm wondering how to remove
~
in the completion window likefor ~
tofor
, I think the icon already shows us that this item is a snippet, and it's expandable, so ~ in the completion window feels a bit redundant