coc-json icon indicating copy to clipboard operation
coc-json copied to clipboard

[feature] Share same json schemas

Open Freed-Wu opened this issue 7 months ago • 1 comments

There are many coc extensions need json schema. Such as coc-yaml, coc-toml. Is it possible to let them share a same json schemas to save storage?

Freed-Wu avatar Jan 21 '24 15:01 Freed-Wu

For example, coc-yaml has a list yamlschema. Why not let json, toml or other file format which can be converted to a json use the list to select shared schema?

Freed-Wu avatar Jan 21 '24 15:01 Freed-Wu