raghur / vim-ghost

Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
333 stars 13 forks source link

not work on collabedit #14

Open huangyingw opened 6 years ago

huangyingw commented 6 years ago

I could see my input sync between chrome and neovim. While I could not see my collaborator's input. And if I type in the same line as him, my input will overwrite his. Another worse issue is, when I do :e command in neovim, to reload, then all the textarea would be reset to be empty.

raghur commented 6 years ago

It's likely because the browser end of things doesn't handle scenarios where multiple changes from different sources are coming in... This plugin just implements the websocket and nvim side - so you might have to report this in the main Ghost repository here