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

4 lines
115 B
Fennel

(let [g vim.g]
(set g.matchup_matchparen_deferred true)
(set g.matchup_matchparen_offscreen {:method :popup}))