From 7f6a7364deafc362dec9539462a7e7756ea67b04 Mon Sep 17 00:00:00 2001 From: mvllow Date: Fri, 13 Jan 2023 13:58:29 -0500 Subject: [PATCH] ci: fix template formatting --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 178ab92..6a475c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,10 +64,10 @@ body: -- Install plugins local plugins = { "rose-pine/neovim.nvim", - config = function() + config = function() -- Add relevant Rosé Pine config below - require("rose-pine").setup({}) - end + require("rose-pine").setup({}) + end } require("lazy").setup(plugins, { root = root .. "/plugins",