浏览代码

fix(auto-pairs): disable lazy loading for auto-pairs (#1729)

rebuilt 3 年之前
父节点
当前提交
65f165011a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lua/plugins.lua

+ 0 - 1
lua/plugins.lua

@@ -50,7 +50,6 @@ return {
   {
     "windwp/nvim-autopairs",
     -- event = "InsertEnter",
-    after = "nvim-cmp",
     config = function()
       require("core.autopairs").setup()
     end,