Xavier Young 3 лет назад
Родитель
Сommit
47e26746df
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lua/lvim/bootstrap.lua

+ 1 - 1
lua/lvim/bootstrap.lua

@@ -55,7 +55,7 @@ end
 function _G.get_cache_dir()
   local lvim_cache_dir = os.getenv "LUNARVIM_CACHE_DIR"
   if not lvim_cache_dir then
-    return vim.call("stdpath", "config")
+    return vim.call("stdpath", "cache")
   end
   return lvim_cache_dir
 end