diff options
| author | jdhao <jdhao@hotmail.com> | 2022-05-15 17:58:47 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-05-15 17:58:47 +0800 |
| commit | 424981683efee76384480c68df4452269992bf78 (patch) | |
| tree | bacf2c0049ff2a43739fc66fe24c74892c787b87 | |
| parent | c3253a573142fa1e3e1ea10ed52c465eb3471ba0 (diff) | |
change location of packer_compiled.lua
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | lua/plugins.lua | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -2,6 +2,5 @@ tags en.utf-8.add.spl *.exe .netrwhist -packer_compiled.lua *.log .DS_Store 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'), }, }) |
