fix(nvim): merge vim-matchup to master

This commit is contained in:
2026-04-05 16:56:55 +03:00
parent f7eafc3c88
commit 60486205a2

View File

@@ -1,6 +1,5 @@
return {
"chenasraf/vim-matchup",
branch = 'fix/nvim-v0.12.x',
config = function()
vim.g.matchup_matchparen_offscreen = { method = "popup" }
end,