question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Neovim: configure the path to neovim and restart the editor

See original GitHub issue

I am using on MAC NVIM v0.4.3 and I have added Neovim in my path as:

export PATH="/usr/local/bin/nvim:$PATH"

When loading VSCode with vscode-neovim installed I always get the following error and I cannot use your extension:

Neovim: configure the path to neovim and restart the editor

How to fix this issue?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

23reactions
asvetliakovcommented, May 15, 2020

@lacostenycoder @iwyg

the setting id is vscode-neovim.neovimPath not vim.neovimPath which is for vscodevim

14reactions
lacostenycodercommented, May 8, 2020

I’m having the same issue. In terminal:

which nvim
/usr/local/bin/nvim

And I have this my settings.json

"vim.neovimPath": "/usr/local/bin/nvim",

so what am I doing wrong?

Read more comments on GitHub >

github_iconTop Results From Across the Web

configure the path to neovim and restart the editor · Issue #208
I am using on MAC NVIM v0.4.3 and I have added Neovim in my path as: export PATH="/usr/local/bin/nvim:$PATH" When loading VSCode with ...
Read more >
Integrating VSCode With Neovim | Barbarian Meets Coding
Enable the Vim: Enable Neovim option ( vim.enableNeovim ); Set the path to Neovim inside the Vim: Neovim Path setting ( vim.neovimPath );...
Read more >
Set up Neovim integration in VS code - Stack Overflow
Path to nvim is configured. Restarting vscode still isn't giving me vim stuff. Seeing nothing in the menus I might have to select...
Read more >
VSCode with embedded Neovim - YouTube
Your browser can't play this video. Learn more. Switch camera.
Read more >
VSCode Neovim - Visual Studio Marketplace
Set the Neovim path in the extension settings. You must specify full path to Neovim, like " C:\Neovim\bin\nvim.exe" or " /usr/local/bin/nvim ".
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found