Skip to content

Commit

Permalink
fix(vim-matchup): remove matchup_match_paren_deferred option (#561)
Browse files Browse the repository at this point in the history
Remove matchup_match_paren_deferred option

This will leave the option set to 0 by default

It was causing issues, by printing matching content on top of buffers in split screens

Relevant issue: AstroNvim/AstroNvim#2276
  • Loading branch information
kaka-ruto authored Sep 8, 2023
1 parent 1c67074 commit 751812a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/motion/vim-matchup/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ return {
dependencies = { "andymass/vim-matchup" },
init = function()
vim.g.matchup_matchparen_offscreen = { method = "popup", fullwidth = 1, highlight = "Normal", syntax_hl = 1 }
vim.g.matchup_matchparen_deferred = 1
end,
opts = { matchup = { enable = true } },
}

0 comments on commit 751812a

Please sign in to comment.