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