Skip to content

Commit

Permalink
fix: call config in issue template (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs committed Jul 28, 2023
1 parent 38b990f commit 09a8188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -75,7 +75,7 @@ body:
-- install plugins
local plugins = {
"folke/tokyonight.nvim",
"folke/which-key.nvim",
{ "folke/which-key.nvim", config = true },
-- add any other plugins here
}
require("lazy").setup(plugins, {
Expand Down

0 comments on commit 09a8188

Please sign in to comment.