From 25cccb5db858ad0640fd6a9eb5da4c5f465749d9 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 14 Jun 2024 10:10:54 +0200 Subject: [PATCH] fix(issue template): repro.lua didn't work (#3628) ## What is this PR for? repro.lua didn't work. at least i don't think it's the intended behaviour. it installed lazy.vim, lazy.nvim, tokyonight. but didn't actually load lazyvim, and so none of it's plugins config etc... ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- .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..2103ea51 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", import = "lazyvim.plugins" }, -- add any other plugins here } require("lazy").setup(plugins, {