require('mini.align').setup {
  -- Module mappings. Use `''` (empty string) to disable one.
  mappings = {
    start = '<Leader>a',
    start_with_preview = '<Leader>A',
  },
}