vscode-neovim extension for vscode : https://github.com/asvetliakov/vscode-neovim
issue : vscode-neovim/vscode-neovim#632
- Opening settings.json or keybindings.json leads to opening infinite copies
Run this -
curl -L https://gist.github.com/kidonng/1f70b2e3de50b519483f6c79dd3d82e2/raw/6b865cec34f78475dc50b208b30563d337427543/extension.js > ~/.vscode/extensions/asvetliakov.vscode-neovim-0.0.78/dist/extension.js
or manually copy the file from curl -L https://gist.github.com/kidonng/1f70b2e3de50b519483f6c79dd3d82e2/raw/6b865cec34f78475dc50b208b30563d337427543/extension.js > ~/.vscode/extensions/asvetliakov.vscode-neovim-0.0.78/dist/extension.js
and replace dist/extension.js under the extension directory manually.
credits :
https://github.com/seandewar (@seandewar) for the patch
https://github.com/kidonng (@kidonng) for giving the patched file