--- @type vim.lsp.ClientConfig return { cmd = { 'taplo', 'lsp', 'stdio' }, filetypes = { 'toml' }, single_file_support = true, }