瀏覽代碼

lvim separate package path

christianchiarulli 4 年之前
父節點
當前提交
b347c46455
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lua/plugins.lua

+ 1 - 0
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()