fix: build docs from main branch instead of pkg

This commit is contained in:
Folke Lemaitre 2024-11-20 09:13:13 +01:00
parent 4f2b59bc9b
commit d22c97377e
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -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",