fix(issue template): repro.lua didn't work

This commit is contained in:
mirsella 2024-06-13 20:57:36 +02:00
parent 7bebc40333
commit fce336177d
No known key found for this signature in database
GPG key ID: C1A8791D70E775DE

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