1
0
Fork 0
dotfiles/config/nvim/plugins/matchup.fnl

7 lines
241 B
Plaintext
Raw Normal View History

2022-05-01 19:52:10 +00:00
(let [matchup (require :match-up)]
(matchup.setup {:matchparen {:deferred true
:offscreen {:method :popup}
:start_sign ""
:end_sign ""}}))