mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-23 20:24:33 +02:00
don't use custom plugin path yet
This commit is contained in:
parent
b347c46455
commit
25b3334ba3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +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"),
|
-- 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