{ ... }: {
	text = ''
		require("mini.align").setup {
			mappings = {
				start = "<Leader>a",
				-- start_with_preview = '<Leader>A',
			},
		}
	'';
}