mirror of https://github.com/folke/lazy.nvim.git
fix: build docs from main branch instead of pkg
This commit is contained in:
parent
4f2b59bc9b
commit
d22c97377e
|
@ -29,7 +29,7 @@ local function main()
|
|||
print("Installing plugins")
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/lazy.nvim", branch = "pkg" },
|
||||
{ "folke/lazy.nvim" },
|
||||
"folke/tokyonight.nvim",
|
||||
},
|
||||
root = root .. "/plugins",
|
||||
|
|
Loading…
Reference in New Issue