nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.43k stars 72 forks source link

feat(doc): Generate a JSON object containing all sources #72

Closed traxys closed 7 months ago

traxys commented 7 months ago

This allow to easily query all available sources. This may lack some more detailed information, but it should be sufficient for many uses.

mochaaP commented 7 months ago

It would be nice if you could add a schema! 😃

traxys commented 7 months ago

Where would you want me to add that? Dou you want a complete json schema, or and informal one for reference?

mochaaP commented 7 months ago

Just aside the generated ones, and reference it with $schema. We might also want to submit this to https://github.com/schemastore/schemastore/

mochaaP commented 7 months ago

Further tracking in #73. This is just a cherry on the top change