instant.nvim icon indicating copy to clipboard operation
instant.nvim copied to clipboard

collaborative editing in Neovim using built-in capabilities

Results 11 instant.nvim issues
Sort by recently updated
recently updated
newest added

I just download this plugin today and the local editing works great. But I tried to follow the example of deploying a server using `ngrok` and it just don't works...

Currently if any client saves `:w` a file it is written only for that client (in his local directory). Ideally this should also cause all clients to save the file.

The README points to the wiki page for [Deploy a server](https://github.com/jbyuki/instant.nvim/wiki/Deploy-a-server) but that wiki page does not exist. Broken URL: https://github.com/jbyuki/instant.nvim/wiki/Deploy-a-server

Very cool project! Thanks for that. When pair programming with a colleague we encountered that first the person who opens a new buffer, has the lsp client attached to that...

`vim.g` is `nil` in neovim 0.4.4 `E5108: Error while calling lua chunk for luaeval(): ...vftdan/.config/nvim/plugged/instant.nvim/lua/instant.lua:99: attempt to index field 'g' (a nil value)`

I always use this command to login server (just for example): ``` ssh [email protected] -p 5566 ``` In fact, when I login, it drives me to another machine `777.888.999.000` (cannot...

When another client opens a buffer, it is opened as modified. Closing vim without doing any file changes with `:q` leads to ``` E37: No write since last change ```

This is a different solution for #24 which I think is probably better. It simply sets the `modified` option to a buffer to `nomodified`.

This is an attempt to address #24. I don't know lua well or how to create a test for this feature but if someone can offer some guidance, I will...