mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 03:04:31 +02:00
lvim separate package path
This commit is contained in:
parent
4e14272f1d
commit
b347c46455
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ if not packer_ok then
|
||||||
end
|
end
|
||||||
|
|
||||||
packer.init {
|
packer.init {
|
||||||
|
package_root = require("packer.util").join_paths(vim.fn.stdpath "data", "lvim", "pack"),
|
||||||
git = { clone_timeout = 300 },
|
git = { clone_timeout = 300 },
|
||||||
display = {
|
display = {
|
||||||
open_fn = function()
|
open_fn = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue