1
0
Fork 0
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 ()

## 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:
Lucas 2024-06-14 10:10:54 +02:00 committed by GitHub
parent 7c7703d792
commit 25cccb5db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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, {