From 424981683efee76384480c68df4452269992bf78 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 15 May 2022 17:58:47 +0800 Subject: change location of packer_compiled.lua --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index dc95231..6065efb 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -359,7 +359,7 @@ require("packer").startup({ end, config = { max_jobs = 16, - compile_path = util.join_paths(vim.fn.stdpath('config'), 'lua', 'packer_compiled.lua'), + compile_path = util.join_paths(vim.fn.stdpath('data'), 'site', 'lua', 'packer_compiled.lua'), }, }) -- cgit v1.2.3