hrsh7th / cmp-nvim-lsp

nvim-cmp source for neovim builtin LSP client
MIT License
1.29k stars 52 forks source link

Is there any ways to remove `~` in snippet completion window? #32

Closed NEX-S closed 2 years ago

NEX-S commented 2 years ago

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

Screenshot from 2022-09-02 08-28-31

NEX-S commented 2 years ago

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.