We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041a716 commit 5eb2622Copy full SHA for 5eb2622
lua/lazy/core/config.lua
@@ -75,6 +75,8 @@ function M.setup(spec, opts)
75
76
if M.options.package.reset then
77
vim.go.packpath = M.options.package.path
78
+ else
79
+ vim.opt.packpath:prepend(M.options.package.path)
80
end
81
82
vim.api.nvim_create_autocmd("User", {
0 commit comments