neoclide / coc-json

Json language extension for coc.nvim
234 stars 21 forks source link

[feature] Share same json schemas #75

Open Freed-Wu opened 9 months ago

Freed-Wu commented 9 months ago

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 commented 9 months ago

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?