Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
619 stars 120 forks source link

List which plugins are working #112

Closed ortonomy closed 7 years ago

ortonomy commented 7 years ago

Looking at code, you have a few plugins like:

spotify
ip
time
party-parrot
git-status

but when I add these to they hyper.js config as so:

{
  name: 'git-status'
},
{
  name: 'time'
},
{
  name: 'ip'
}

Breaks loading of hyper.js

I'm on macOS Sierra latest

timneutkens commented 7 years ago

@ortonomy the beta version (with plugins) is a bit different from the currently released version. You can't specify which plugins are loaded anymore cause we're planning to move all plugins out of hyperline and into their own package.