- commit
- c05222381665688cb33511e13774642cb51cf8b9
- parent
- cbf25115ab61bb7042b8c1f2bcf255ce0bc9d7ca
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-05-29 16:31
README: add requirements
Diffstat
M | README.md | 7 | +++++++ |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -6,3 +6,10 @@ This is a vim plugin for collaborative text editing. It is compatible with 6 6 - opening a file called `foo.pad` will instead connect to `https://pad.ce9e.org/#foo` 7 7 - when you save (`:wq`), your changes will be send to the server 8 8 - changes by others appear in your buffer immediatly -1 9 -1 10 ## Requirements -1 11 -1 12 - vim with support for `job_start()` (added in 8, neovim is not supported yet) -1 13 - vim with python3 support -1 14 - python-requests -1 15 - curl