From 2ec446e21edd292acd4634837eee3abef5def9b5 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Wed, 28 Jul 2021 00:02:40 -0400 Subject: don't use this plugin strategy because it makes packer sad --- lua/plugins.lua | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 0fd477de..11195acd 100644 --- a/lua/plugins.lua +++ b/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 -- cgit v1.2.3