Skip to content

Vim plugin is slow #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jakegt1 opened this issue Mar 21, 2019 · 6 comments
Closed

Vim plugin is slow #308

jakegt1 opened this issue Mar 21, 2019 · 6 comments

Comments

@jakegt1
Copy link

jakegt1 commented Mar 21, 2019

So, i've been using the vim extension downloaded through the main VScode marketplace (due to proxy issues with the code-server API), but the vim plugin is really slow and a pain to use.

Does everyone else have this problem, or is this due to the vim package in the coder API being slightly different then the marketplace one?

@kylecarbs
Copy link
Member

It currently runs on the server. We'll be fixing this by allowing certain exts to run on the client. You can expect this soon.

@jakegt1
Copy link
Author

jakegt1 commented Mar 21, 2019

Okay, no worries. Thanks!

@wende
Copy link

wende commented Jun 18, 2019

I'm running a setup with over 100 packages. All other ones seem to work flawlessly. Only the vim package is keeping my setup from running on coder. It'd be amazing to see it working at a usable pace

@jasonharrison
Copy link

The VSCodeVim plugin is rather slow because it listens to all keys and it runs on the server.

Until client-side extensions are ready, https://marketplace.visualstudio.com/items?itemName=jpotterm.simple-vim is a much faster option with some caveats (read the extension's description for a list).

@code-asher
Copy link
Member

Finally got around to implementing client-side extensions in latest master. 🎉 I'm very interested in hearing any bug reports around that. Currently only vscodevim.vim is white-listed to run in the browser.

@jasonharrison
Copy link

@code-asher I'm so excited to hear this, can't wait to try it out. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants