b0o / SchemaStore.nvim

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

Document yaml option to fix LSP completion #19

Closed jetm closed 1 year ago

jetm commented 1 year ago

In YAML files LSP completion is not happening because yaml-language-server is failing with error:

TypeError: Cannot read properties of undefined (reading 'length')

from out/server/src/languageserver/handlers/settingsHandlers.js:78:51, which it's expecting to have yaml.schemaStore.url.length and it doesn't exist.

Signed-off-by: Javier Tia javier.tia@gmail.com

b0o commented 1 year ago

Thank you!