return { "windwp/nvim-autopairs", event = "InsertEnter", config = function() require("nvim-autopairs").setup({ map_c_h = true }) end, }