12345678910111213141516 |
- 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
|