init.lua 110 B

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