This is a vim plugin for collaborative text editing. It is compatible with , my minimal etherpad alternative. ## Usage - opening a file called `foo.pad` will instead connect to `https://pad.ce9e.org/#foo` - when you save (`:wq`), your changes will be send to the server - changes by others appear in your buffer immediatly ## Requirements - vim with support for `job_start()` (added in 8, neovim is not supported yet) - vim with python3 support - python-requests - curl