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

7 lines
257 B
Plaintext
Raw Normal View History

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