diff options
Diffstat (limited to 'lua/core/project.lua')
-rw-r--r-- | lua/core/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/project.lua b/lua/core/project.lua index 7fb04933..e7527440 100644 --- a/lua/core/project.lua +++ b/lua/core/project.lua @@ -35,7 +35,7 @@ function M.config() ---@type string ---@usage path to store the project history for use in telescope - datapath = CACHE_PATH, + datapath = get_cache_dir(), } end |