b0o / SchemaStore.nvim

🛍 JSON schemas for Neovim
https://schemastore.org
Apache License 2.0
697 stars 17 forks source link

mention disabling built-in for yaml #16

Closed davidosomething closed 1 year ago

davidosomething commented 1 year ago

You must disable built-in schemaStore support if you want to use this plugin and its advanced options like ignore.

observed:

expected:

to fix, disable built-in and the observed result is as expected.

b0o commented 1 year ago

Excellent, thank you!