fix repro: url error when adding import to LazyVim

This commit is contained in:
abeldekat 2023-09-26 21:32:18 +02:00
parent 50401d358b
commit 2b5fdb4285

View file

@ -75,7 +75,7 @@ body:
-- install plugins
local plugins = {
"folke/tokyonight.nvim",
"folke/LazyVim",
"LazyVim/LazyVim",
-- add any other plugins here
}
require("lazy").setup(plugins, {