1
0
Fork 0
dotfiles/home/config/nvim/plugins/matchup.fnl
2022-11-11 15:06:11 +01:00

7 lines
257 B
Fennel

(let [matchup (require :match-up)]
(matchup.setup {:matchparen {:deferred true
:offscreen {:method :popup :fullwidth true}
:start_sign ""
:end_sign ""}}))