viminal2/fnl/plugins/autopairs.fnl

4 lines
134 B
Text
Raw Normal View History

(import-macros {: tx} :config.macros)
(tx :nvim-autopairs
{:event :BufEnter :after (fn [] (. (require :nvim-autopairs) :setup))})