glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.57k stars 144 forks source link

Neovim plugin version (0.2.15) and browser addon version (0.2.16) do not match. #1609

Closed benlieb closed 1 week ago

benlieb commented 2 months ago

Using Chrome. I removed and reinstalled firenvim, upgraded nvim via brew, and updated plugins in nvim. No change. Help?

glacambre commented 2 months ago

Have you tried running your plugin manager's update command from a firenvim instance?

OsKaR31415 commented 1 month ago

@glacambre I have the same problem (on macos, using firefox). Updating all plugins (I'm using Vim-Plug) doesn't solve the problem. And since I can't start firenvim (the error is apparently blocking it), I see no way to run it from a firenvim instance.

benlieb commented 1 month ago

I basically have stopped trying. I've loved this extension, but it breaks all the time.

glacambre commented 1 month ago

And since I can't start firenvim (the error is apparently blocking it)

Huh, that's super odd. I guess this warning must be masking a true error, this is quite unfortunate. What happens if you run echo 'abcde{}' | ${XDG_DATA_HOME:-${HOME}/.local/share}/firenvim/firenvim ?

OsKaR31415 commented 1 month ago

What happens if you run echo 'abcde{}' | ${XDG_DATA_HOME:-${HOME}/.local/share}/firenvim/firenvim ? For me, echo 'abcde{}' | .local/share/firenvim/firenvim executes fine and gives no output.

glacambre commented 1 month ago

For me, echo 'abcde{}' | .local/share/firenvim/firenvim executes fine and gives no output.

It should be giving you some output, something that looks like o{"messages": [], "version": "0.2.15", "settings": {"localSettings": {}}}. Could you upload the contents of .local/share/firenvim/firenvim here?

benlieb commented 1 month ago

echo 'abcde{}' | ${XDG_DATA_HOME:-${HOME}/.local/share}/firenvim/firenvim c{"messages": [], "version": "0.2.15", "settings": {"localSettings": {".*": {"takeover": "never"}}}}%

glacambre commented 1 month ago

@benlieb What plugin manager do you use?

@OsKaR31415 Could you answer my question in a new issue? It'll probably make both our lives easier :)

glacambre commented 1 month ago

@benlieb I fixed a problem on master a few minutes ago, could you upgrade your firenvim plugin for neovim, run firenvim#install() again and then let me know if your problem is fixed?

github-actions[bot] commented 1 week ago

Closing this issue because it has been awaiting a response from its author for more than a month. Please provide the requested information and this issue will be re-opened.