Skip to content

Commit 98dd4f6

Browse files
committed
Revert previous change to keep surrounding symbols
1 parent 4a5dffd commit 98dd4f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nvim/.config/nvim/init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,9 @@ require("lazy").setup({
517517
"andymass/vim-matchup",
518518
config = function()
519519
vim.g.matchup_matchparen_offscreen = { method = "popup" }
520-
vim.g.matchup_matchparen_enabled = 0
520+
vim.g.matchup_surround_enabled = 0
521+
vim.g.matchup_matchparen_deferred = 1
522+
vim.g.matchup_matchparen_hi_surround_always = 0
521523
end,
522524
},
523525
-- auto-cd to root of git project

0 commit comments

Comments
 (0)