Skip to content

Commit 4a5dffd

Browse files
committed
Disable parent match for functions
1 parent 9fdf11c commit 4a5dffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvim/.config/nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ 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
520521
end,
521522
},
522523
-- auto-cd to root of git project

0 commit comments

Comments
 (0)