Skip to content

Commit

Permalink
fix(#14): lazy reset rtp
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Aug 22, 2023
1 parent 87872a9 commit 0cf9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/qvim/core/manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0cf9ea9

Please sign in to comment.