---@type vim.lsp.Config local M = { settings = { yaml = { keyOrdering = false, }, }, } return M