# collabd editor-agnostic collaborative editing daemon ## quick start ```bash bun install just dev # starts daemon on :4040 ``` in vim (requires 9.0+): ```vim :source adapters/vim/collab.vim :CollabJoin roomname ``` ## more info see [CLAUDE.md] for architecture, protocol, and how to add new editor adapters.