autorepair.lua (131B)
1 return { 2 "windwp/nvim-autopairs", 3 event = "InsertEnter", 4 config = true, 5 disable_filetype = { "TelescopePrompt", "vim" }, 6 }