return { { "windwp/nvim-autopairs", event = "InsertEnter", -- lazy-load config = function() require("nvim-autopairs").setup({ disable_filetype = { "tex" }, -- completely disable in LaTeX files }) end, }, }