4 lines
115 B
Text
4 lines
115 B
Text
|
(let [g vim.g]
|
||
|
(set g.matchup_matchparen_deferred true)
|
||
|
(set g.matchup_matchparen_offscreen {:method :popup}))
|