Skip to content

Hide signature from completion menu #1786

Answered by fitrh
arkrost asked this question in Q&A
Discussion options

You must be logged in to vote

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,
  },
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arkrost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants