mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +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")
|
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…
Add table
Add a link
Reference in a new issue