From 0cf9ea953d7b1a5bea88d595d0790c15bf34fc54 Mon Sep 17 00:00:00 2001 From: Leon Connor Holm Date: Tue, 22 Aug 2023 13:04:56 +0200 Subject: [PATCH] fix(#14): lazy reset rtp --- lua/qvim/core/manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/qvim/core/manager.lua b/lua/qvim/core/manager.lua index e548240..bb04e27 100644 --- a/lua/qvim/core/manager.lua +++ b/lua/qvim/core/manager.lua @@ -114,7 +114,7 @@ function manager:load(spec) lockfile = join_paths(get_qvim_rtp_dir(), "lazy-lock.json"), performance = { rtp = { - reset = true, + reset = false, }, }, readme = {