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:
parent
c3253a5731
commit
424981683e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -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'),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user