mirror of https://github.com/folke/lazy.nvim.git
docs: pkg branch
This commit is contained in:
parent
5cffb9f36a
commit
97dc8cdb57
|
@ -31,6 +31,7 @@ local function main()
|
|||
print("Installing plugins")
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/lazy.nvim", branch = "pkg" },
|
||||
"folke/tokyonight.nvim",
|
||||
},
|
||||
root = root .. "/plugins",
|
||||
|
|
Loading…
Reference in New Issue