config/.config/nvim/lua/user/matchup.lua

4 lines
136 B
Lua

-- vim.g.matchup_enabled = 0
vim.g.matchup_matchparen_offscreen = { method = nil }
vim.g.matchup_matchpref = { html = { nolists = 1 } }