Skip to content
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

Slow to open vim on Raspberry Pi #702

Open
emmanuelgeoffray opened this issue Jul 27, 2018 · 4 comments
Open

Slow to open vim on Raspberry Pi #702

emmanuelgeoffray opened this issue Jul 27, 2018 · 4 comments

Comments

@emmanuelgeoffray
Copy link

Hello,
I love janus and use it on all the computers in my hands.
But on the raspberry pi, it is a bit slow to opens. Something like 3 seconds.
Without janus, opening vim is blazing fast.

Does someone has any hint on which plugin I could try to deactivate to make it faster?

Best!
Emmanuel

@kalbasit
Copy link
Member

I'm not really sure, but I wouldn't be surprised. Janus is pretty heavy (due to the number of plugins it's loading). I suggest disabling all the plugins (see https://github.com/carlhuda/janus/wiki/Customization#disabling-a-plugin) and enable one by one until you find the culprit.

Please report your findings, I'll try to scope the plugin to non-RPi.

@emmanuelgeoffray
Copy link
Author

emmanuelgeoffray commented Jul 30, 2018 via email

@emmanuelgeoffray
Copy link
Author

do you already have a file that disables all the plugin?
There's a lot of plugins here: https://github.com/carlhuda/janus/blob/master/.gitmodules
Should I copy/paste every plugin in this list?
e.g.

call janus#disable_plugin('unimpaired') 
call janus#disable_plugin('nerdcommenter') 
...

@kalbasit
Copy link
Member

@emmanuelgeoffray, unfortunately, no, but it's easy for you to just sed/awk to generate the file.

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

2 participants