fix plenary.nvim not installed (#307)

This commit is contained in:
siduck76 2021-08-21 15:45:24 +05:30
parent c60df482e9
commit 18705c4da4
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ return packer.startup(function()
{ {
"sudormrfbin/cheatsheet.nvim", "sudormrfbin/cheatsheet.nvim",
disable = not plugin_status.cheatsheet, disable = not plugin_status.cheatsheet,
event = "VimEnter",
after = "telescope.nvim", after = "telescope.nvim",
config = function() config = function()
require "plugins.chadsheet" require "plugins.chadsheet"