Jelajahi Sumber

lvim separate package path

christianchiarulli 4 tahun lalu
induk
melakukan
b347c46455
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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()