Skip to content

Commit

Permalink
fix(config): reset packpath to include VIMRUNTIME only. Fixes #214
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 29, 2022
1 parent 3a1a10c commit db043da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function M.setup(spec, opts)
M.options.readme.root = Util.norm(M.options.readme.root)

if M.options.performance.reset_packpath then
vim.go.packpath = ""
vim.go.packpath = vim.env.VIMRUNTIME
end

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

0 comments on commit db043da

Please sign in to comment.