diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index 8784c29..279d6d4 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -7,7 +7,7 @@ M.autopairs = function() local present2, cmp_autopairs = pcall(require, "nvim-autopairs.completion.cmp") if present1 and present2 then - autopairs.setup() + autopairs.setup({fast_wrap = {}}) local cmp = require "cmp" cmp.event:on("confirm_done", cmp_autopairs.on_confirm_done())