| Name | Size |
|---|---|
| README.md | 501B |
| autoload/pad.vim | 404B |
| plugin/pad.vim | 223B |
| python/pad/__init__.py | 4542B |
| python/pad/diff.py | 2881B |
This is a vim plugin for collaborative text editing. It is compatible with https://git.ce9e.org/pad/, my minimal etherpad alternative.
Usage
- opening a file called
foo.padwill instead connect tohttps://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