VSCode-Neovim: Use embedded Neovim in VSCode without emulation
11–20 of 112 posts
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#12Personally, my problem with trying to use Vim keybindings in VS Code is not about the motions of moving around/editing the code itself, but everything else. You end up in plenty of situations where you have to resolve using the mouse because you ended up on some sub-page or whatever, where you either need to resolve using the mouse or keep pressing Tab until you get to where you want to go. Installing plugins is one…
But the actual editing doesn't use the mouse.
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#13I don't use VSCode, but if you use this plugin or the other Vim plugin for VSCode, make sure to put it in its own thread so it doesn't compete with other blocking tasks and slow down your editor motions. See "Affinity" docs here for putting it in its own thread: https://github.com/vscode-neovim/vscode-neovim#installation
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#14Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#15But can I embed VSCode on Neovim? Yeah, didn't think so.
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#16Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#17But can I embed VSCode on Neovim? Yeah, didn't think so.
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#18Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#19> command mode has primacy; insert mode is a time-bounded special case
with:
> insert mode is every other mundane editor; use the Esc key to enter the matrix (i.e. command mode)
Re: VSCode-Neovim: Use embedded Neovim in VSCode without emulation
#20I love neovim but I don’t have a good replacement for the git plugin of vscode. I haven’t found my way to replicating that experience in neovim. I tried lazygit but I find the diff viewer hard to understand and navigate. Diff view ( https://github.com/sindrets/diffview.nvim ) might be it, but I haven’t made the time to install a newer version of git from source (Debian…)