-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Config not applying properly; new plugins not installing #1724
Comments
Indeed, plugins override your config. It is a good design for plugins to let user override its configuration but some plugins don't offer this. You can use: hyperterm-final-say to define your config on top of plugins one. But use it carefully because it could break some plugins functionality (like hyper-autoprofile).
I think we need more details about your plugins installation problem. Maybe restart Hyper could help? Do you use |
@chabou Thanks for jumping in, man. It looks like hyper is just reloading before it's done installing new dependencies. If I wait a few seconds and reload again, the error is gone and the new dependency can be found in |
I too am having the issue of hyper not actually installing anything when changing the plugins array. |
Fixed in v2 🎉 |
Warning: Unknown OSC code: "1" : bundle.js:47
Issue
Hyper is not accepting my config updates properly. It reloads just fine, but my changes don't come through. I realize that by using
hyper-snazzy
, I can't set my colors. Does my config not override that of a plugin's config?Also, adding a new plugin to
plugins []
results in a refresh in hyper with an error about not being able to find the module for the plugin that was just added. Looks like npm isn't actually installing anything when I add something new, so I have to do it by hand. :)The text was updated successfully, but these errors were encountered: