vim-multiuser
vim-multiuser copied to clipboard
a multiple user vim plugin
vim-multiuser
You can try it out by connecting to bwasti.com on port 1337.
Installation
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/emgram769/vim-multiuser ~/.vim/bundle/vim-multiuser
- Vundle
- Add
Bundle 'https://github.com/emgram769/vim-multiuser'to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/emgram769/vim-multiuser'to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/emgram769/vim-multiuser'to .vimrc - Run
:PlugInstall
- Add
Usage
- Set up a server
:call MultiUserServer(port)
- Set up a client
:call MultiUserClient(host, port)