From 2b5fdb4285cfe3de4be71f035d257917ee08dbca Mon Sep 17 00:00:00 2001 From: abeldekat Date: Tue, 26 Sep 2023 21:32:18 +0200 Subject: [PATCH] fix repro: url error when adding import to LazyVim --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03fbd8ca..03b7362b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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, {