mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
config-default: document new location of local plugins
This commit is contained in:
parent
85cac1e353
commit
56f7a8ee2e
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ module.exports = {
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
|
||||||
// in development, you can create a directory under
|
// in development, you can create a directory under
|
||||||
// `~/.hyperterm_modules` and include it as a local
|
// `~/.hyperterm_modules/local/` and include it here
|
||||||
// plugin to load it and avoid npm installation
|
// to load it and avoid it being `npm install`ed
|
||||||
localPlugins: []
|
localPlugins: []
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue