summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-09 22:22:59 -0400
committerchristianchiarulli <[email protected]>2021-07-09 22:22:59 -0400
commitb347c46455f8c67f12c3abe22094bddd65d9fd93 (patch)
tree8110a90045af910038677078de6c4d7c97d53d00 /lua/plugins.lua
parent4e14272f1d1fd7d85c239dd23a40e9573f62814e (diff)
lvim separate package path
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index a3978866..6b4eb868 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -14,6 +14,7 @@ if not packer_ok then
end
packer.init {
+ package_root = require("packer.util").join_paths(vim.fn.stdpath "data", "lvim", "pack"),
git = { clone_timeout = 300 },
display = {
open_fn = function()