Hello World (OpenCtx provider)
npm install @openctx/provider-hello-worldThis is a sample context provider for OpenCtx that annotates every file with ✨ Hello, world! every 10 lines or so.
Add the following to your settings in any OpenCtx client:
``json``
"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-hello-world": true
},
This sample provider is not configurable.
- Source code
- Docs
- License: Apache 2.0