wellle / tmux-complete.vim

Vim plugin for insert mode completion of words in adjacent tmux panes
MIT License
515 stars 21 forks source link

CoC specify suggest.completionItemKindLabels for Tmux source #91

Open CallumHoward opened 3 years ago

CallumHoward commented 3 years ago

CoC has an option suggest.completionItemKindLabels from here that allows labels to be shown next to completion items like this:

Screen Shot 2021-03-14 at 5 42 55 pm

As you can see in the screenshot though, it seems the Tmux complete plugin doesn't specify a label. For some reason it doesn't even match the catch-all default label icon that I have set (see first result in the following screenshot which comes from coc-tabnine source):

Screen Shot 2021-03-14 at 5 45 44 pm

Happy to provide further clarification if this doesn't make sense