From 29435f7b99706984b8325cbc6eaff22426a80bbb Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Sat, 27 Jul 2024 19:23:00 +0200 Subject: [PATCH] chore: remove plenary dependency from bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 84487a23..56dd98f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -55,7 +55,6 @@ body: -- comment out, and add the things that are _necessary_ for reproducing the ISSUE for name, url in pairs({ crates = "https://github.com/saecki/crates.nvim", - plenary = "https://github.com/nvim-lua/plenary.nvim", -- cmp = "https://github.com/hrsh7th/nvim-cmp", -- coq = "https://github.com/ms-jpq/coq_nvim", -- null_ls = "https://github.com/jose-elias-alvarez/null-ls.nvim",