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