Files
Hyprland-gentoo/dotfiles/nvim/lua/modules/configs/editor/matchup.lua
2025-03-24 20:37:02 -04:00

6 lines
154 B
Lua

return function()
vim.g.matchup_transmute_enabled = 1
vim.g.matchup_surround_enabled = 1
vim.g.matchup_matchparen_offscreen = { method = "popup" }
end