1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
local opts = { settings = { yaml = { hover = true, completion = true, validate = true, schemaStore = { enable = true, url = "https://www.schemastore.org/api/json/catalog.json", }, schemas = require("schemastore").yaml.schemas(), }, }, } return opts