What does HackerNews think of vscode-neovim?

Vim-mode for VS Code using embedded Neovim

Language: TypeScript

#159 in Hacktoberfest
#27 in Vim
Why not have both? https://github.com/vscode-neovim/vscode-neovim

I was using the VSCodeVim plugin, but it kept breaking. I now moved to the Neovim plugin and works great!

You can fully embed Neovim into VSCode: https://github.com/vscode-neovim/vscode-neovim, which seems like it might work for you?
I use VSCode with NeoVim as a backend.

https://github.com/vscode-neovim/vscode-neovim

I highly recommend this if you know vim keybindings and want an IDE experience.

Install the vs code vim plugin and VS code's editor runs with vim key bindings (including editing modes): https://marketplace.visualstudio.com/items?itemName=vscodevi... You can use any of VS code's remote editing plugins.

Alternatively the vscode-neovim plugin actually embeds a headless neovim inside vs code: https://github.com/vscode-neovim/vscode-neovim It's perhaps a bit more complete and featureful vs. the other plugin (like it can run all the same plugins and lua config as neovim) but IMHO it's kind of confusing and weird to have two editors running at once, configured independently.