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")
|
print("Installing plugins")
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = {
|
spec = {
|
||||||
{ "folke/lazy.nvim", branch = "pkg" },
|
{ "folke/lazy.nvim" },
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
},
|
},
|
||||||
root = root .. "/plugins",
|
root = root .. "/plugins",
|
||||||
|
|
Loading…
Reference in New Issue