viminal2/fnl/plugins/autopairs.fnl

6 lines
155 B
Text
Raw Normal View History

(import-macros {: tx} :config.macros)
(tx :nvim-autopairs
2025-02-01 14:13:20 -08:00
{:event :BufEnter
:after (fn []
((. (require :nvim-autopairs) :setup)))})