hrsh7th/nvim-compe

Add the possibility to hide the completion source.

Opened this issue · 4 comments

Is your feature request related to a problem? Please describe.

No, it isn't a related problem/bug.

Describe the solution you'd like

I would like to be able to hide the source of the completion, since I only use LSP and vsnip ones, so I don't need for the panel to remind be. What I mean is that I would be able to hide the [LSP] for example, since I don't need it

Describe alternatives you've considered

There's not, only compe works with lua-only config for me

Additional context

Nothing.

You can set

source = {
    tags = {menu = '', kind = 'T'},
    nvim_lsp = {menu = ''},
}

Set menu field to an empty string.

Thanks for the info.

Please close the issue, IF your problem is resolved.

The issue is fixed, I just didn't clicked on the close with comment.