Procházet zdrojové kódy

don't use this plugin strategy because it makes packer sad

christianchiarulli před 4 roky
rodič
revize
2ec446e21e
1 změnil soubory, kde provedl 21 přidání a 12 odebrání
  1. 21 12
      lua/plugins.lua

+ 21 - 12
lua/plugins.lua

@@ -41,18 +41,27 @@ return {
         lvim.builtin.compe.on_config_done(require "compe")
       end
     end,
-    wants = "vim-vsnip",
-    requires = {
-      {
-        "hrsh7th/vim-vsnip",
-        wants = "friendly-snippets",
-        event = "InsertCharPre",
-      },
-      {
-        "rafamadriz/friendly-snippets",
-        event = "InsertCharPre",
-      },
-    },
+    -- wants = "vim-vsnip",
+    -- requires = {
+    -- {
+    --   "hrsh7th/vim-vsnip",
+    --   wants = "friendly-snippets",
+    --   event = "InsertCharPre",
+    -- },
+    -- {
+    --   "rafamadriz/friendly-snippets",
+    --   event = "InsertCharPre",
+    -- },
+    -- },
+  },
+  {
+    "hrsh7th/vim-vsnip",
+    -- wants = "friendly-snippets",
+    event = "InsertCharPre",
+  },
+  {
+    "rafamadriz/friendly-snippets",
+    event = "InsertCharPre",
   },
 
   -- Autopairs