From 6f440778369231cfb7b0ee51f71fc2321528c0ac Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 2 Jul 2021 15:28:29 -0400 Subject: use vim for packer compile path --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 23e9365d..bc78ebab 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 }, -- cgit v1.2.3