From 938e0f88bc3c27ce019470e0279233a373df61ef Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Tue, 21 Sep 2021 11:56:24 +0200 Subject: fix: remove outdated cache files on install (#1591) --- lua/impatient.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/impatient.lua b/lua/impatient.lua index ea1369fb..d438851c 100644 --- a/lua/impatient.lua +++ b/lua/impatient.lua @@ -277,7 +277,7 @@ impatient_dur = uv.hrtime() - impatient_load_start function M.setup(opts) opts = opts or {} - M.path = opts.path or vim.fn.stdpath "cache" .. "/luacache" + M.path = opts.path or vim.fn.stdpath "cache" .. "/lvim_cache" if opts.enable_profiling then M.enable_profile() -- cgit v1.2.3