mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix: build docs from main branch instead of pkg
This commit is contained in:
parent
4f2b59bc9b
commit
d22c97377e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue