Skip to content

Commit

Permalink
feat: set vim.env.LAZY to lazy root
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 1, 2024
1 parent eab487c commit 6a141a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ function M.setup(opts)
table.insert(M.options.install.colorscheme, "habamax")

M.options.root = Util.norm(M.options.root)
vim.env.LAZY = M.options.root
if type(M.options.dev.path) == "string" then
M.options.dev.path = Util.norm(M.options.dev.path)
end
Expand Down

0 comments on commit 6a141a6

Please sign in to comment.