wellle / tmux-complete.vim

Vim plugin for insert mode completion of words in adjacent tmux panes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate w/ deoplete?

cirqueit opened this issue · comments

I was wondering if you knew how to use tmux-complete w/ deoplete

I tried omnifunc=tmuxcomplete#completions

I would also like to know this. Thank you.

Oh, thanks for reminding me. This issue must have slipped through the cracks.

I will try to look into it soon 👍

@cirqueit @alexbooker: I added a basic completion source in branch 67-deoplete. Can you try that and let me know if that works for you? Thanks!

@wellle Working great. Thanks a lot!

@wellle Only tested it briefly but it certainly seems to work:

Thanks guys. Will merge soon.

@wellle Thank you for jumping on this so quickly 😮

Merged in #70 and released as v0.1.2.

Been enjoying the deoplete branch all day. You're the man!