return {
	"echasnovski/mini.surround",
	event = { "BufReadPost", "BufNewFile" },
	opts = {
		mappings = {
			add = 'gsa',
			delete = 'gsd',
			find = 'gsf',
			find_left = 'gsF',
			highlight = 'gsh',
			replace = 'gsr',
			update_n_lines = 'gsn',
			suffix_last = '',
			suffix_next = '',
		},
	},
	config = true,
}