/ nvim / lua / plugins / matchup.lua
matchup.lua
1  --- Matchup: extended % matching
2  return {
3    specs = {
4      { src = 'https://github.com/andymass/vim-matchup', name = 'vim-matchup' },
5    },
6    config = function()
7      vim.g.matchup_matchparen_offscreen = { method = 'popup' }
8    end,
9  }