mirror of https://github.com/folke/lazy.nvim.git
fix: force new release
This commit is contained in:
parent
1418f30806
commit
9242edb739
|
@ -220,6 +220,7 @@ function M.setup(opts)
|
||||||
end
|
end
|
||||||
table.insert(M.options.install.colorscheme, "habamax")
|
table.insert(M.options.install.colorscheme, "habamax")
|
||||||
|
|
||||||
|
-- root
|
||||||
M.options.root = Util.norm(M.options.root)
|
M.options.root = Util.norm(M.options.root)
|
||||||
if type(M.options.dev.path) == "string" then
|
if type(M.options.dev.path) == "string" then
|
||||||
M.options.dev.path = Util.norm(M.options.dev.path)
|
M.options.dev.path = Util.norm(M.options.dev.path)
|
||||||
|
|
Loading…
Reference in New Issue