summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-28 00:02:40 -0400
committerchristianchiarulli <[email protected]>2021-07-28 00:02:40 -0400
commit2ec446e21edd292acd4634837eee3abef5def9b5 (patch)
tree3341a39ca7be9529952ddd4ec456b55e16efaf18 /lua/plugins.lua
parent6a9f2eff54907c9e0c7976e2eb33eafd1d8f3ada (diff)
don't use this plugin strategy because it makes packer sad
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua33
1 files changed, 21 insertions, 12 deletions
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