From 4b0ce90a953735b18e0e059d99505519c5d344de Mon Sep 17 00:00:00 2001 From: Chase Colman <5411+chase@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:03:54 +0800 Subject: [PATCH] fix(plenary): restore impatient caching for plenary (#1768) --- lua/lvim/bootstrap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lvim/bootstrap.lua b/lua/lvim/bootstrap.lua index ab29bca2..b1ecdf1c 100644 --- a/lua/lvim/bootstrap.lua +++ b/lua/lvim/bootstrap.lua @@ -103,6 +103,7 @@ function M:init() -- FIXME: currently unreliable in unit-tests if not os.getenv "LVIM_TEST_ENV" then + _G.PLENARY_DEBUG = false require("lvim.impatient").setup { path = vim.fn.stdpath "cache" .. "/lvim_cache", enable_profiling = true,