Selaa lähdekoodia

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

Chase Colman 3 vuotta sitten
vanhempi
commit
4b0ce90a95
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lua/lvim/bootstrap.lua

+ 1 - 0
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,