init.lua 111 B

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