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