wellle / tmux-complete.vim

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

Add integration with ncm2 #82

Closed balta2ar closed 6 years ago

balta2ar commented 6 years ago

As I'm not any good at vimscript, the implementation is fully borrowed from ncm2-look and the existing Deoplete source. I've been using it for over a week now and it's been working fine so far.

Also I'm not sure that this location is the best for that file autoload/ncm2_tmux_complete.vim. I tried putting that vim file into a subfolder, similar to unite and others, but it wouldn't autoload in that case.

wellle commented 6 years ago

Oh that’s great, thanks for sharing, I’ll have a look later 👍