22 lines
407 B
Markdown
22 lines
407 B
Markdown
# collabd
|
|
|
|
editor-agnostic collaborative editing daemon. two vims, one buffer.
|
|
|
|
## quick start
|
|
|
|
```bash
|
|
bun install
|
|
just dev # starts daemon on :4040
|
|
```
|
|
|
|
in vim (requires 9.0+):
|
|
```vim
|
|
:source adapters/vim/collab.vim
|
|
:CollabJoin roomname
|
|
```
|
|
|
|
open another vim, join the same room, type in either. magic.
|
|
|
|
## more info
|
|
|
|
see CLAUDE.md for architecture, protocol, and how to add new editor adapters.
|