return { "echasnovski/mini.surround", version = false, opts = { mappings = { add = "\\a", -- Add surrounding in Normal and Visual modes delete = "\\d", -- Delete surrounding find = "\\f", -- Find surrounding (to the right) find_left = "\\F", -- Find surrounding (to the left) highlight = "\\h", -- Highlight surrounding replace = "\\r", -- Replace surrounding update_n_lines = "\\n", -- Update `n_lines` }, }, }