diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83324d3..e6b2b68 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -82,7 +82,7 @@ body: -- install plugins local plugins = { "folke/tokyonight.nvim", - -- add any other pugins here + -- add any other plugins here } require("lazy").setup(plugins, { root = root .. "/plugins",