amio / hyper-final-say

Allows local config override any plugin or theme settings applied on top of the defaults `./.hyper.js`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyper-final-say

A hyper plugin allows user-set settings in .hyper.js overrides any plugin or theme defaults.

Install

  1. Open Hyper's preferences with Cmd+, (or manually at ~/.hyper.js).
  2. Put hyper-final-say as last one of plugin list:
plugins: [
  // 'hyper-plugin-xxx',
  // 'hyper-theme-xxx',
  'hyper-final-say'
],
  1. Fully reload Hyper (Cmd+Shift+R).

License

MIT @ Amio

About

Allows local config override any plugin or theme settings applied on top of the defaults `./.hyper.js`.


Languages

Language:JavaScript 100.0%