wellle / tmux-complete.vim

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

Integrate w/ deoplete? #67

Closed cirqueit closed 8 years ago

cirqueit commented 8 years ago

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

I tried omnifunc=tmuxcomplete#completions

bookercodes commented 8 years ago

I would also like to know this. Thank you.

wellle commented 8 years ago

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

I will try to look into it soon :+1:

wellle commented 8 years ago

@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!

cirqueit commented 8 years ago

@wellle Working great. Thanks a lot!

bookercodes commented 8 years ago

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

wellle commented 8 years ago

Thanks guys. Will merge soon.

bookercodes commented 8 years ago

@wellle Thank you for jumping on this so quickly :open_mouth:

wellle commented 8 years ago

Merged in #70 and released as v0.1.2.

bookercodes commented 8 years ago

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