mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
don't use this plugin strategy because it makes packer sad
This commit is contained in:
parent
6a9f2eff54
commit
2ec446e21e
1 changed files with 21 additions and 12 deletions
|
@ -41,18 +41,27 @@ return {
|
||||||
lvim.builtin.compe.on_config_done(require "compe")
|
lvim.builtin.compe.on_config_done(require "compe")
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
wants = "vim-vsnip",
|
-- wants = "vim-vsnip",
|
||||||
requires = {
|
-- requires = {
|
||||||
{
|
-- {
|
||||||
"hrsh7th/vim-vsnip",
|
-- "hrsh7th/vim-vsnip",
|
||||||
wants = "friendly-snippets",
|
-- wants = "friendly-snippets",
|
||||||
event = "InsertCharPre",
|
-- event = "InsertCharPre",
|
||||||
},
|
-- },
|
||||||
{
|
-- {
|
||||||
"rafamadriz/friendly-snippets",
|
-- "rafamadriz/friendly-snippets",
|
||||||
event = "InsertCharPre",
|
-- event = "InsertCharPre",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hrsh7th/vim-vsnip",
|
||||||
|
-- wants = "friendly-snippets",
|
||||||
|
event = "InsertCharPre",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rafamadriz/friendly-snippets",
|
||||||
|
event = "InsertCharPre",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Autopairs
|
-- Autopairs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue