Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set up Neovim integration in VS code

Currently a (neo)vim user, I read that VS Code supports neovim backend integration, but after searching I cannot find how to set it up.

Can someone explains how to set up neovim integration in VS Code?

Thank you.

PS : I use both linux and windows so if there are some OS specifity you could mention it.

like image 319
Nicolas Scotto Di Perto Avatar asked Nov 13 '18 12:11

Nicolas Scotto Di Perto


People also ask

Is VSCode Neovim good?

tldr; Neovim is the best code editor for developers Neovim is the best code editor because of its speed, ease of customization, and text config I can store in Git. I switched from VS Code.

Is Neovim better than Vim?

The plugin architecture of NeoVim is a lot better than Vim. Apart from plugin implementation in Vimscript (VimL), we can also use the Lua programming language. In addition, NeoVim has a lot more powerful plugins, which are not compatible with Vim.


1 Answers

I believe the integration you read about was referring the neovim integration in VSCodeVim: https://github.com/VSCodeVim/Vim#neovim-integration

like image 117
xtian Avatar answered Oct 07 '22 00:10

xtian