SchemaStore.nvim icon indicating copy to clipboard operation
SchemaStore.nvim copied to clipboard

🛍 JSON schemas for Neovim

Results 18 SchemaStore.nvim issues
Sort by recently updated
recently updated
newest added

I'm using `.clang-format` file, schemas provided by [yamlls](https://github.com/redhat-developer/yaml-language-server), and I have to add schemas manually. Is it possible to support yaml? Thans a lot!

enhancement

I'm contributing to the schemastore repo but I would like to see if my changes work before creating a PR. Is it possible to use a local schema?

enhancement

Please subscribe to this issue to be notified of any breaking changes.

``` ERROR packer.nvim: Error running config for nvim-lspconfig: /home/kricss/.config/nvim/lua/config/lsp/installer.lua:9: module 'schemastore' not found: no field package.preload['schemastore'] no file './schemastore.lua' no file '/home/runner/work/neovim/neovim/.deps/usr/share/luajit-2.1.0-beta3/schemastore.lua' no file '/usr/local/share/lua/5.1/schemastore.lua' no file '/usr/local/share/lua/5.1/schemastore/init.lua' no file...

Hello, I noticed that openapi 3.0 and 3.1 schemas are missing. Would it be as simple as adding the files from https://github.com/OAI/OpenAPI-Specification/tree/main/schemas to the repo?

question

Any chance to get TOML support? According to the [TOML docs](https://taplo.tamasfe.dev/configuration/directives.html#the-schema-directive), it supports JSON schema. I'd be happy to help :)

enhancement

I noticed that some objects in the store have versions. Is there a way to specify version for buffer/name/pattern in neovim? I.e. for openapi spec the store has: ``` {...

question

[Schemastore.org website is offline](https://github.com/SchemaStore/schemastore/issues/3620), returning 503, today and I've experienced a couple of issues with it last week (timeouts). It seems like clients should improve and cache things offline. The...

enhancement

When I try to open the file `bitbucket-pipelines.yml` throw error below ``` Error executing vim.schedule lua callback: ...l/Cellar/neovim/0.9.5/share/nvim/runtime/lua/vim/lsp.lua:1308: RPC[Error] code_name = InternalError, message = "Request initialize failed with me ssage:...

upstream