Skip to content

Commit

Permalink
fix: force new release
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 2, 2024
1 parent 1418f30 commit 9242edb
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 @@ -220,6 +220,7 @@ function M.setup(opts)
end
table.insert(M.options.install.colorscheme, "habamax")

-- root
M.options.root = Util.norm(M.options.root)
if type(M.options.dev.path) == "string" then
M.options.dev.path = Util.norm(M.options.dev.path)
Expand Down

0 comments on commit 9242edb

Please sign in to comment.