From 18705c4da4f12dc7c335e8ab355b15d5481fe695 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 21 Aug 2021 15:45:24 +0530 Subject: [PATCH] fix plenary.nvim not installed (#307) --- lua/pluginList.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 74a1f16..9031c84 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -180,7 +180,6 @@ return packer.startup(function() { "sudormrfbin/cheatsheet.nvim", disable = not plugin_status.cheatsheet, - event = "VimEnter", after = "telescope.nvim", config = function() require "plugins.chadsheet"