---@type vim.lsp.Config local config = { settings = { yaml = { schemaStore = { enable = true }, keyOrdering = false, }, }, } return config