use vim for packer compile path

This commit is contained in:
Chris 2021-07-02 15:28:29 -04:00
parent a237de4a7c
commit 6f44077836

View file

@ -16,6 +16,7 @@ end
packer.init {
-- compile_path = vim.fn.stdpath('data')..'/site/pack/loader/start/packer.nvim/plugin/packer_compiled.vim',
compile_path = require("packer.util").join_paths(vim.fn.stdpath('config'), 'plugin', 'packer_compiled.vim'),
git = {
clone_timeout = 300
},