From be87f71c20e9e4074f0ea57ddfb7d4c699c3e8b6 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sun, 4 Jul 2021 12:32:11 -0400 Subject: more lazyload --- lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index f79c082d..8dc28266 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -90,8 +90,9 @@ return require("packer").startup(function(use) -- Autopairs use { - -- event = "InsertEnter", "windwp/nvim-autopairs", + event = "InsertEnter", + after = {"telescope.nvim", "nvim-compe"}, config = function() require 'lv-autopairs' end -- cgit v1.2.3