jbyuki / instant.nvim

collaborative editing in Neovim using built-in capabilities
MIT License
1.29k stars 25 forks source link

fix events nil #3

Closed ddzero2c closed 3 years ago

ddzero2c commented 3 years ago

Hey I got the following error when executing :InstantStartSingle 127.0.0.1 8080 image

I add this line and it seems works.

jbyuki commented 3 years ago

Thank you for the fix. The code is a bit special because sources are written in literate style in src/ which generates lua/ (see the first line in .lua files). I will make the necessary changes in an upcoming commit.