Giter Club home page Giter Club logo

instant.nvim's Introduction

instant.nvim

instant.nvim is a collaborative editing plugin for Neovim written in Lua with no dependencies.

Untitled-Project.gif

Features

  • Powerful collaborative editing algorithm

  • UTF-8 Support

  • Single or multiple buffer sharing

  • Virtual cursors with username of other clients

  • Spectate actions of a user

  • Built-in localhost server

  • Separated undo/redo for each user

  • Persistent data on server

Requirements

  • Neovim 0.4.4 or above

Install

Install using a plugin manager such as vim-plug.

Plug 'jbyuki/instant.nvim'

Configurations

  • Set your username in init.vim:
let g:instant_username = "USERNAME"

See here for more customization options.

Usage

The collaborative editing plugin works with a server which connects together the clients. Thus, a server must be running which must be reachable by all clients.

Server (Neovim or node.js)

For a localhost or LAN network, you can simple use the built-in server included in the plugin.

  • Start it with :InstantStartServer [host] [port]
  • When done stop it with :InstantStopServer

The default is to serve localhost only, on port 8080. For a more advanced (remote server) overview see Deploy a server

Client (Neovim)

To start the client, the first user to connect to the server must initiates the share with a special commands with has the form InstantStart.... Subsequent joining clients, use a different command InstantJoin.... Having distinct commands to start and join a server ensures that files are not overwritten by accident on connection.

There are essentially two modes of sharing at the moment.

  • Single buffer sharing: This will only share the current buffer.
  • Session sharing: This will share all opened (and newly opened) buffers with the other clients. This can be thought of directory sharing without implicit writing on the file system.

For single buffer sharing use:

  • :InstantStartSingle [host] [port] : Host is the URL or IP address. Port is 80 by default. Use this command if you're the first client to connect.
  • :InstantJoinSingle [host] [port] : Use this command if another client already initiated a single share.
  • :InstantStop : This will stop the client

For session sharing:

  • :InstantStartSession [host] [port] : If you're the first client to connect.
  • :InstantJoinSession [host] [port] : Use this command if another client already initiated a session share
  • :InstantStop

Additional useful sharing commands are:

  • :InstantStatus : Display the current connected clients as well as their locations
  • :InstantFollow [user]
  • :InstantStopFollow
  • :InstantOpenAll : Open all files in buffers in the current directory. Useful to share the whole directory in session sharing.
  • :InstantSaveAll : Save all opened buffers automatically. This will also create missing subdirectories.
  • :InstantMark : Visually mark a region
  • :InstantMarkClear

Tips and Tricks

  • If there is an issue, you can resync by stopping and reconnecting.
  • In session sharing, view all the available buffers with :ls.

Help

  • If you encounter any problem, please don't hesitate to open an Issue

Contributions

See here.

  • All contributions are welcome

instant.nvim's People

Contributors

jbyuki avatar casenull avatar gleachkr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.