Skip to content

Commit db043da

Browse files
committed
fix(config): reset packpath to include VIMRUNTIME only. Fixes #214
1 parent 3a1a10c commit db043da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function M.setup(spec, opts)
175175
M.options.readme.root = Util.norm(M.options.readme.root)
176176

177177
if M.options.performance.reset_packpath then
178-
vim.go.packpath = ""
178+
vim.go.packpath = vim.env.VIMRUNTIME
179179
end
180180

181181
M.me = debug.getinfo(1, "S").source:sub(2)

0 commit comments

Comments
 (0)