1-- autopairs 2-- https://github.com/windwp/nvim-autopairs 3 4---@module 'lazy' 5---@type LazySpec 6return { 7 'windwp/nvim-autopairs', 8 event = 'InsertEnter', 9 opts = {}, 10}