mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-23 04:05:20 +02:00
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.
This commit is contained in:
parent
7c7703d792
commit
25cccb5db8
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue