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

This commit is contained in:
christianchiarulli 2021-07-28 00:02:40 -04:00
parent 6a9f2eff54
commit 2ec446e21e

View file

@ -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