mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-15 03:44:38 +02:00
test: disable packages for tests
This commit is contained in:
parent
fa2fc64031
commit
f1c5329dca
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ local function main()
|
||||||
print("Installing plugins")
|
print("Installing plugins")
|
||||||
require("lazy").setup(plugins, {
|
require("lazy").setup(plugins, {
|
||||||
root = root .. "/plugins",
|
root = root .. "/plugins",
|
||||||
|
pkg = { enabled = false },
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
reset = false,
|
reset = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue