superfile icon indicating copy to clipboard operation
superfile copied to clipboard

Config schema for superfile configs, for LSPs

Open lazysegtree opened this issue 3 months ago • 1 comments

Here is a sample scheme from @NSPC911

https://gist.github.com/NSPC911/a9b944621e849196e8ace632d3cb35fb

We would want to have a scheme committed in the repo and have it updated each time the config is changed.

I would rather have an auto-generated or manually generated schema committed in spf repo, updated for any config change.

lazysegtree avatar Sep 12 '25 02:09 lazysegtree

https://github.com/yorukot/superfile/blob/main/src/internal/common/load_config.go#L55-L100

can be autogenerated with reference to this function, but Im not sure about the description for the keys

NSPC911 avatar Sep 12 '25 02:09 NSPC911