flathub / io.neovim.nvim

https://flathub.org/apps/details/io.neovim.nvim
15 stars 15 forks source link

Problem loading nvim on Windows 10 #39

Closed dsutic closed 2 years ago

dsutic commented 2 years ago

I have a fresh installation of sublime (build 4126), nvim (version 0.7.0) with latest ActualVim. I'm using Windows 10. After Sublime opens, I cannot move the cursor, and the console says:

reloading python 3.3 plugin ActualVim.actual
reloading python 3.3 plugin ActualVim.edit
reloading python 3.3 plugin ActualVim.neo
reloading python 3.3 plugin ActualVim.screen
reloading python 3.3 plugin ActualVim.settings
reloading python 3.3 plugin ActualVim.view
plugins loaded
ActualVim: using nvim binary path: C:\Program Files\Neovim\bin\nvim.exe
ActualVim: Error during nvim setup.
Traceback (most recent call last):
  File "C:\Users\Davor\AppData\Roaming\Sublime Text\Packages\ActualVim\neo.py", line 79, in plugin_loaded
    vim._setup()
  File "C:\Users\Davor\AppData\Roaming\Sublime Text\Packages\ActualVim\neo.py", line 126, in _setup
    self.nv = neovim.attach('child', argv=[NEOVIM_PATH, '--embed', '-n'] + args)
  File "C:\Users\Davor\AppData\Roaming\Sublime Text\Packages\ActualVim\lib\neovim\__init__.py", line 109, in attach
    return Nvim.from_session(session).with_decode(decode)
  File "C:\Users\Davor\AppData\Roaming\Sublime Text\Packages\ActualVim\lib\neovim\api\nvim.py", line 51, in from_session
    channel_id, metadata = session.request(b'vim_get_api_info')
  File "C:\Users\Davor\AppData\Roaming\Sublime Text\Packages\ActualVim\lib\neovim\msgpack_rpc\session.py", line 109, in request
    raise IOError('EOF')
OSError: EOF

I've checked, the path to nvim.exe is fine. Manually opening nvim.exe works fine, it opens nvim without problems.

yvesnrb commented 2 years ago

I think you are opening an issue on the wrong repo. This is for the flatpak wrapper of neovim.

dsutic commented 2 years ago

Do you have a suggestion on how to get Sublime+ActualVim working on Windows? Or does it not work any more? Perhaps other Windows users will find it useful, too. I've been using gvim but I'm a Sublime/nvim newbie, so, to be honest, I don't know what my next step should be. I've followed the installation steps as described in the README, with latest stable nvim installation.

jurf commented 2 years ago

You are looking for this repo: https://github.com/neovim/neovim/. This is a Linux package.