From 6d91e39c286d2c75fb35c9ccff70e85c8d5ec123 Mon Sep 17 00:00:00 2001 From: not Date: Tue, 17 Jan 2023 21:07:28 -0500 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6a475c5..c0c3f56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -63,7 +63,10 @@ body: -- Install plugins local plugins = { - "rose-pine/neovim.nvim", + "rose-pine/neovim", + name = "rose-pine", + lazy = false, + priority = 1000, config = function() -- Add relevant Rosé Pine config below require("rose-pine").setup({})