Vscode-neovim: Doesn't work at all

Created on 9 Jan 2020  路  6Comments  路  Source: asvetliakov/vscode-neovim

For some reason it doesn't work at all on one of my machines. Pressing : doesn't show the output in the statusbar, hjkl doesn't move the cursor and I can't enter Insert mode.
It used to work and then it didn't.

I'm running Debian 10, using a neovim 0.4.3 I've built from source with RelWithDebInfo, and specifying the output of which nvim in the configuration.

Did I mess something up during compilation of neovim?

need more info

Most helpful comment

Can we get some diagnostic instructions, please?

I just installed neovim for the first time brew install neovim and this extension, specified "vscode-neovim.neovimPath": "/usr/local/bin/nvim" but I can see no effects. Not sure what to try next.

All 6 comments

okay so i ran checkhealth and there were some issues with the ruby provider that i solved - now i get the vim command line dropdown when i hit : and I can move around, but for some reason, vertical cursor movement skips a line. ???

You could try using this extension with the AppImage version of neovim to check if maybe something went wrong with building from source. You could also try running neovim without any plugins if you have any

If you have init.vim try with empty one

vertical cursor movement skips a line. ???

if line is wrapped, j/k skips the wrapped line, gj/gk takes into account wrapped lines

i just installed on ubuntu 18 and i get this in the vscode extension host log

[2020-01-09 16:28:14.961] [exthost] [error] Activating extension asvetliakov.vscode-neovim failed due to an error:
[2020-01-09 16:28:14.961] [exthost] [error] Error: Error making request to nvim_ui_attach
    at NeovimClient.request (/home/maksim/.vscode/extensions/asvetliakov.vscode-neovim-0.0.47/node_modules/neovim/lib/api/Base.js:75:23)
    at NeovimClient.uiAttach (/home/maksim/.vscode/extensions/asvetliakov.vscode-neovim-0.0.47/node_modules/neovim/lib/api/Neovim.js:537:21)
    at NVIMPluginController.<anonymous> (/home/maksim/.vscode/extensions/asvetliakov.vscode-neovim-0.0.47/out/controller.js:1504:31)
    at Generator.next (<anonymous>)
    at fulfilled (/home/maksim/.vscode/extensions/asvetliakov.vscode-neovim-0.0.47/out/controller.js:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:89:5)

vscode is 1.4.1

edit: my issues was that i wasn't on nvim >0.4.2. upgrading to .5.0 works

Can we get some diagnostic instructions, please?

I just installed neovim for the first time brew install neovim and this extension, specified "vscode-neovim.neovimPath": "/usr/local/bin/nvim" but I can see no effects. Not sure what to try next.

Plugin page says "Neovim 0.5+ is required.". Had the same problem. when I installed version 0.5 and updated path settings all works fine now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pieterdd picture pieterdd  路  4Comments

asvetliakov picture asvetliakov  路  5Comments

hholst80 picture hholst80  路  3Comments

erlais picture erlais  路  3Comments

ppwwyyxx picture ppwwyyxx  路  4Comments