vim-multiuser icon indicating copy to clipboard operation
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
  • NeoBundle
    • Add NeoBundle 'https://github.com/emgram769/vim-multiuser' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/emgram769/vim-multiuser' to .vimrc
    • Run :PlugInstall

Usage

  • Set up a server
    • :call MultiUserServer(port)
  • Set up a client
    • :call MultiUserClient(host, port)