Visual Studio Code and Neovim extension

Soldato
Joined
1 Nov 2007
Posts
6,243
Location
England
I've been using Visual Studio Code for some time now and it has been pretty good. I decided I wanted to learn Vim then found the Neovim plugin which embeds Neovim into VS Code. This works fine for awhile but after a period of time I get a message saying that Neovim has disconnected and then the editor just goes back to the standard controls and I have no idea why.

Has anyone else had this problem?
 
Is this at all similar to your issue? https://github.com/vscode-neovim/vscode-neovim/issues/1684

I took the deep dive this year and went straight from JetBrains into raw nvim, but I can have a try with Vscode tomorrow.

I haven't personally checked but how different is the neovim extension to Vim? Try the Vim plugin as that provides Vim motions which is what most people actually want out of (neo)vim anyway. A current co-worker has used Vscode with the Vim extension for years.
That looks similar. I get the "Neovim has disconnected" message but not the error code message. I'm half thinking of going back to Jetbrains as I just want something that works all the time.
 
I'm debating looking at just getting Rider going with the Vim extensions as getting nvim to work nicely with .net is... Hassle.

What's the customisation like on the JetBrains side for vim? Used Rider for years but not with the Vim plugin
The README file in the repo explains some of what can be done:

 
Back
Top Bottom