We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5dffd commit 98dd4f6Copy full SHA for 98dd4f6
nvim/.config/nvim/init.lua
@@ -517,7 +517,9 @@ require("lazy").setup({
517
"andymass/vim-matchup",
518
config = function()
519
vim.g.matchup_matchparen_offscreen = { method = "popup" }
520
- vim.g.matchup_matchparen_enabled = 0
+ vim.g.matchup_surround_enabled = 0
521
+ vim.g.matchup_matchparen_deferred = 1
522
+ vim.g.matchup_matchparen_hi_surround_always = 0
523
end,
524
},
525
-- auto-cd to root of git project
0 commit comments