From 09a8188224dc890618dfbc961436b106d912c2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jos=C3=A9=20Solano?= Date: Fri, 28 Jul 2023 11:50:41 -0700 Subject: [PATCH] fix: call config in issue template (#489) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 761199a..9b49cfd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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, {