From cc6276e9b069b5c0c3bdef27dd029722b13bf17d Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 23 Dec 2022 07:48:40 +0100 Subject: [PATCH] refactor!: default lazy cache path is now under cache instead of state --- lua/lazy/core/cache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/core/cache.lua b/lua/lazy/core/cache.lua index 960f449..b2dee51 100644 --- a/lua/lazy/core/cache.lua +++ b/lua/lazy/core/cache.lua @@ -9,7 +9,7 @@ M.VERSION = "1" ---@class LazyCacheConfig M.config = { enabled = true, - path = vim.fn.stdpath("state") .. "/lazy/cache", + path = vim.fn.stdpath("cache") .. "/lazy/cache", -- Once one of the following events triggers, caching will be disabled. -- To cache all modules, set this to `{}`, but that is not recommended. -- The default is to disable on: