wellle / tmux-complete.vim

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

76 Add support for asyncomplete #77

Closed wellle closed 6 years ago

wellle commented 6 years ago

Close #76

Edit: You don't need anything to enable it, it gets registered with default options automatically.

To enable it add this to your vimrc:

let g:tmuxcomplete#asyncomplete_source_options = {}

@kepbod @prabirshrestha: Do you want to have a look? You should be able to test it like this:

Plug 'wellle/tmux-complete.vim', { 'branch': '76-asyncomplete' }
wellle commented 6 years ago

@prabirshrestha: Thank you for the review! I think I addressed all your points and added some more improvements to the integration. Please have another look.

prabirshrestha commented 6 years ago

looks good to me. Other users might want some docs on how to change the config values.

wellle commented 6 years ago

Great! I added some documentation and made another change to actually register the source automatically (it's already guarded by your user autocommand) with default options.

Do you want to have a final look here? After that I'll merge and add the asyncomplete topic. 😉

prabirshrestha commented 6 years ago

Looks good.