vscode-neovim icon indicating copy to clipboard operation
vscode-neovim copied to clipboard

Vim mode for VSCode, powered by Neovim

Results 172 vscode-neovim issues
Sort by recently updated
recently updated
newest added

See #983 for more discussion. This PR takes the first approach in that issue to fix content scrolling. Creating this PR to link issue and branch together. Tracking: Legend: ~~not...

![image](https://user-images.githubusercontent.com/28700378/183329948-ed32f416-cec9-4ca6-84b2-a594b5f23905.png) ![image](https://user-images.githubusercontent.com/28700378/183330013-0ce7a1f1-c170-401f-a053-8b07517082bc.png) This causes explorer list navigation not functional.

vscode api required
upstream

Hello! I'd like to try this plugin on Github Codespaces, but the extension says it cannot be installed on the server. I'm guessing (hoping) maybe it could work like how...

enhancement
category: meta

I started to work on fixing #543. So far it seems to work well, though a couple tests fail. Unfortunately, it does not seem to fix either dot-repeat or marks....

(This is a feature suggestion, not a bug report or a request for help.) I have VSCode installed via linux on a flatpak. Because of sandboxing issues, VSCode can't access...

enhancement
help wanted

Fixes #58 Seems easy to add basic support. By design vscode folds must be used, and neovim won't be aware of them. However we'll skip fold block when moving line-by-line...

It seems something wrong in typing korean after update 0.0.89. ![녹화_2022_08_02_05_18_23_575](https://user-images.githubusercontent.com/36349353/182239184-4a1ac8c1-46f4-4800-aea2-3d869030955d.gif) But when I downgraded vscode-neovim 0.0.88, it doesn't happen and everything works fine. ![녹화_2022_08_02_05_21_53_807](https://user-images.githubusercontent.com/36349353/182241120-1877ac68-d694-4696-9ad6-6f68dad3a082.gif) Version: 1.69.2 (user setup) Commit:...

I'm not sure if this is possible given the architecture of this plugin (ie, defers to an external instance of neovim for actual implementation), but it would be nice to...

enhancement

When the scroll viewport reaches the top in a Jupyter Notebook, I get the following error: ``` 2022-05-12T09:05:30.106Z BufferManager: nvim_win_set_cursor: Cursor position outside buffer ``` The error also appears if...

bug

Sometimes normal mode commands get stuck. Only thing I can do is to enter the insert mode using i and edit. Everything else freezes.