Procházet zdrojové kódy

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

rebuilt před 3 roky
rodič
revize
65f165011a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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,