1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change location of packer_compiled.lua

This commit is contained in:
jdhao 2022-05-15 17:58:47 +08:00
parent c3253a5731
commit 424981683e
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,6 +2,5 @@ tags
en.utf-8.add.spl en.utf-8.add.spl
*.exe *.exe
.netrwhist .netrwhist
packer_compiled.lua
*.log *.log
.DS_Store .DS_Store

View File

@ -359,7 +359,7 @@ require("packer").startup({
end, end,
config = { config = {
max_jobs = 16, 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'),
}, },
}) })