1 2 3 4 5 6 7
local M = {} M.config = function() vim.g.matchup_matchparen_offscreen = { method = "popup" } end return M