--- @type vim.lsp.ClientConfig return { cmd = { 'sql-language-server', 'up', '--method', 'stdio' }, filetypes = { 'sql', 'mysql' }, settings = {}, }