-
Beta Was this translation helpful? Give feedback.
Answered by
fitrh
Dec 25, 2023
Replies: 1 comment
-
How does your cmp configuration look like? I think you can do something like this require('cmp').setup({
formatting = {
format = function(_, item)
item.menu = ""
return item
end,
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arkrost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How does your cmp configuration look like? I think you can do something like this