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({})