LunarVim/lua/lv-matchup/init.lua

9 lines
111 B
Lua
Raw Normal View History

2021-06-28 09:04:28 +02:00
local M = {}
M.config = function()
vim.g.matchup_matchparen_offscreen = {method = 'popup'}
end
return M