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

4 lines
115 B
Plaintext
Raw Normal View History

2022-04-05 19:57:44 +00:00
(let [g vim.g]
(set g.matchup_matchparen_deferred true)
(set g.matchup_matchparen_offscreen {:method :popup}))