fix(plenary): restore impatient caching for plenary (#1768)

This commit is contained in:
Chase Colman 2021-10-14 13:03:54 +08:00 committed by GitHub
parent 9e18c16b2b
commit 4b0ce90a95
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,