diff options
author | Chris <[email protected]> | 2021-07-02 15:28:29 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-02 15:28:29 -0400 |
commit | 6f440778369231cfb7b0ee51f71fc2321528c0ac (patch) | |
tree | 34948c808a6b18acfcca6e5465dfecaac9d3799a /lua/plugins.lua | |
parent | a237de4a7c96e03ec7f490d1e81e68570935f2a3 (diff) |
use vim for packer compile path
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |