local M = {} function M.config() return { settings = { yaml = { keyOrdering = false, }, }, } end return M