From 2be502d9fa088d52f022603335238cbe15dab79f Mon Sep 17 00:00:00 2001 From: MoetaYuko Date: Thu, 7 Sep 2023 13:16:41 +0800 Subject: [PATCH] chore: fix template for repro.lua --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03fbd8ca..8d6beaa6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -74,8 +74,7 @@ body: -- install plugins local plugins = { - "folke/tokyonight.nvim", - "folke/LazyVim", + { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- add any other plugins here } require("lazy").setup(plugins, {