wellle / tmux-complete.vim

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

Trigger setting for coc? #85

Closed lovesegfault closed 5 years ago

lovesegfault commented 5 years ago

What is the appropriate trigger setting for coc integration?

wellle commented 5 years ago

@kabouzeid: Can you help here?

kabouzeid commented 5 years ago

I don’t quite understand. Everything should work right out of the box.

hovnatan commented 5 years ago

@kabouzeid I can't get coc.nvim complete work with tmux-complete. My configs are https://github.com/hovnatan/dotfiles/blob/master/.config/nvim/init.vim. Can you please help?

kabouzeid commented 5 years ago

Have you run :PlugUpdate ?

hovnatan commented 5 years ago

:PlugUpdate did the trick! Thanks and sorry :)