--- @type vim.lsp.ClientConfig return { cmd = { "marksman", "server" }, filetypes = { 'markdown', 'markdown.mdx' }, single_file_support = true }