Browse Source

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

rebuilt 3 năm trước cách đây
mục cha
commit
65f165011a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,