summaryrefslogtreecommitdiff
path: root/lua/impatient.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-09-21 11:56:24 +0200
committerGitHub <[email protected]>2021-09-21 11:56:24 +0200
commit938e0f88bc3c27ce019470e0279233a373df61ef (patch)
treeed637a8737651673a8dae6c99e36b8b525464365 /lua/impatient.lua
parent55d9a15a088d688627426b034f4b71aa86a8ce9e (diff)
fix: remove outdated cache files on install (#1591)
Diffstat (limited to 'lua/impatient.lua')
-rw-r--r--lua/impatient.lua2
1 files changed, 1 insertions, 1 deletions
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()