fix typo in repro.lua

This commit is contained in:
Jeremy Goh 2022-12-25 12:51:57 +08:00 committed by GitHub
commit 548bfc14e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ body:
-- install plugins
local plugins = {
"folke/tokyonight.nvim",
-- add any other pugins here
-- add any other plugins here
}
require("lazy").setup(plugins, {
root = root .. "/plugins",