viminal2/fnl/plugins/autopairs.fnl

4 lines
126 B
Text
Raw Normal View History

(import-macros {: tx} :config.macros)
(tx :nvim-autopairs
2025-02-01 03:26:21 -08:00
{:event :BufEnter :after (. (require :nvim-autopairs) :setup)})