Hello World context provider for OpenCtx

This is a sample context provider for OpenCtx that annotates every file with ✨ Hello, world! every 10 lines or so.

Usage

Add the following to your settings in any OpenCtx client:


"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-hello-world": true
},

Configuration

This sample provider is not configurable.

Development